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.
This commit is contained in:
Efraim Flashner 2023-02-23 16:44:42 +02:00
parent 0bff194986
commit 9b343fc758
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -20963,7 +20963,7 @@ handling type for easy idiomatic error handling and reporting in Rust.")
(define-public rust-fallible-collections-0.4 (define-public rust-fallible-collections-0.4
(package (package
(name "rust-fallible-collections") (name "rust-fallible-collections")
(version "0.4.2") (version "0.4.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -20972,11 +20972,11 @@ handling type for easy idiomatic error handling and reporting in Rust.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1sk6ckixvf0pax47qgs8lfd2zi2gmyg1xgk1k7z2qgalhaaidnaa")))) "0ma7lga3zqbpzrhl76raljc6y69f38mb6j5yhkk6ldkh531wqmrz"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-hashbrown" ,rust-hashbrown-0.9)))) (("rust-hashbrown" ,rust-hashbrown-0.12))))
(home-page "https://github.com/vcombey/fallible_collections") (home-page "https://github.com/vcombey/fallible_collections")
(synopsis "Fallible collections implementation in Rust") (synopsis "Fallible collections implementation in Rust")
(description "This library extends the Rust standard collections to return (description "This library extends the Rust standard collections to return