guix-commits
[Top][All Lists]
Advanced

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

350/470: gnu: rust-fallible-collections-0.4: Update to 0.4.6.


From: guix-commits
Subject: 350/470: gnu: rust-fallible-collections-0.4: Update to 0.4.6.
Date: Thu, 16 Mar 2023 03:01:58 -0400 (EDT)

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

commit 96dc781825eb08edf41a45b7b7e107a80bb306c5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 23 16:44:42 2023 +0200

    gnu: rust-fallible-collections-0.4: Update to 0.4.6.
    
    * gnu/packages/crates-io.scm (rust-fallible-collections-0.4): Update to
    0.4.4.
    [cargo-inputs]: Replace rust-hashbrown-0.9 with 0.12.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8046e92a77..2c1516fbb9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20805,7 +20805,7 @@ handling type for easy idiomatic error handling and 
reporting in Rust.")
 (define-public rust-fallible-collections-0.4
   (package
     (name "rust-fallible-collections")
-    (version "0.4.2")
+    (version "0.4.6")
     (source
      (origin
        (method url-fetch)
@@ -20814,11 +20814,11 @@ handling type for easy idiomatic error handling and 
reporting in Rust.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1sk6ckixvf0pax47qgs8lfd2zi2gmyg1xgk1k7z2qgalhaaidnaa"))))
+         "0ma7lga3zqbpzrhl76raljc6y69f38mb6j5yhkk6ldkh531wqmrz"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-       (("rust-hashbrown" ,rust-hashbrown-0.9))))
+       (("rust-hashbrown" ,rust-hashbrown-0.12))))
     (home-page "https://github.com/vcombey/fallible_collections";)
     (synopsis "Fallible collections implementation in Rust")
     (description "This library extends the Rust standard collections to return



reply via email to

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