guix-commits
[Top][All Lists]
Advanced

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

293/308: gnu: rust-h2-0.3: Update to 0.3.26.


From: guix-commits
Subject: 293/308: gnu: rust-h2-0.3: Update to 0.3.26.
Date: Wed, 4 Dec 2024 16:21:30 -0500 (EST)

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

commit b6dc0e2747733e0b160322342e4e70fc1c1fd1ae
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 20:50:16 2024 +0200

    gnu: rust-h2-0.3: Update to 0.3.26.
    
    * gnu/packages/crates-web.scm (rust-h2-0.3): Update to 0.3.26.
    [cargo-inputs]: Replace rust-indexmap-1 with 2.
    
    Change-Id: I332356854e375b06fb9f0be09f175e6d623cda5c
---
 gnu/packages/crates-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index e68823d93f..56c371d64a 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -2410,14 +2410,14 @@ transfer coding.")
   (package
     (inherit rust-h2-0.4)
     (name "rust-h2")
-    (version "0.3.25")
+    (version "0.3.26")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "h2" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1sqq8rnv3vrwra7wzgc6099j9zw80rnm9aslhsa8d674qlh2igag"))))
+        (base32 "1s7msnfv7xprzs6xzfj5sg6p8bjcdpcqcmjjbkd345cyi1x55zl1"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f      ; Not all files included.
@@ -2427,7 +2427,7 @@ transfer coding.")
                        ("rust-futures-sink" ,rust-futures-sink-0.3)
                        ("rust-futures-util" ,rust-futures-util-0.3)
                        ("rust-http" ,rust-http-0.2)
-                       ("rust-indexmap" ,rust-indexmap-1)
+                       ("rust-indexmap" ,rust-indexmap-2)
                        ("rust-slab" ,rust-slab-0.4)
                        ("rust-tokio" ,rust-tokio-1)
                        ("rust-tokio-util" ,rust-tokio-util-0.7)



reply via email to

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