guix-commits
[Top][All Lists]
Advanced

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

118/471: gnu: rust-hyper-0.14: Update to 0.14.24.


From: guix-commits
Subject: 118/471: gnu: rust-hyper-0.14: Update to 0.14.24.
Date: Wed, 3 May 2023 09:27:22 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 186622feb71d1e7c78c972b19831114ab964a797
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:23:48 2023 +0200

    gnu: rust-hyper-0.14: Update to 0.14.24.
    
    * gnu/packages/crates-io.scm (rust-hyper-0.14): Update to 0.14.24.
---
 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 244287a28e..f6575b9895 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27576,14 +27576,14 @@ SystemTime}}.")
 (define-public rust-hyper-0.14
   (package
     (name "rust-hyper")
-    (version "0.14.15")
+    (version "0.14.24")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "hyper" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0g4mnsacfvj4127587ihm802kzkh6zgs0c3a2mayc82g3q4w0vj3"))))
+        (base32 "0k0nbykigwb9gmbqb13dyjdq7izc624j8ymaa21xns0bz9r160ay"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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