guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: rust-reqwest-0.11: Update to 0.11.4.


From: guix-commits
Subject: 04/05: gnu: rust-reqwest-0.11: Update to 0.11.4.
Date: Mon, 5 Jul 2021 03:23:15 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f0fe5f69e8be16c2ab80d4f0b1087094363a3774
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 5 08:54:49 2021 +0200

    gnu: rust-reqwest-0.11: Update to 0.11.4.
    
    * gnu/packages/crates-io.scm (rust-reqwest-0.11): Update to 0.11.4.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 68cf90f..450cfff 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36098,14 +36098,14 @@ uses finite automata and guarantees linear time 
matching on all inputs.")
 (define-public rust-reqwest-0.11
   (package
     (name "rust-reqwest")
-    (version "0.11.3")
+    (version "0.11.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "reqwest" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "097i9z42jq2sn3va3r6pksz3gzffbnr3c4aapk6fhy9rqpxg55i2"))))
+        (base32 "08kdxaa7c5wzlr2f4qkqlczc86p30sz84xllk83dyxxvp5hryvi4"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]