gnu: rust-indexmap-2: Update to 2.2.5.

* gnu/packages/crates-io.scm (rust-indexmap-2): Update to 2.2.5.
[cargo-inputs]: Add rust-borsh-1.
[cargo-development-inputs]: Replace rust-itertools-0.11 with 0.12.

Change-Id: I740dd16e8d28c5c3863cda18f0f1a0d3688d9719
This commit is contained in:
Efraim Flashner 2024-03-14 10:57:13 +02:00
parent b7f77a58fb
commit f16f56bfc4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -30237,18 +30237,19 @@ (define-public rust-indenter-0.3
(define-public rust-indexmap-2
(package
(name "rust-indexmap")
(version "2.1.0")
(version "2.2.5")
(source (origin
(method url-fetch)
(uri (crate-uri "indexmap" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"07rxrqmryr1xfnmhrjlz8ic6jw28v6h5cig3ws2c9d0wifhy2c6m"))))
"1x4x9zdqvlkfks3y84dsynh1p8na3nn48nn454s26rqla6fr42vv"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-arbitrary" ,rust-arbitrary-1)
("rust-borsh" ,rust-borsh-1)
("rust-equivalent" ,rust-equivalent-1)
("rust-hashbrown" ,rust-hashbrown-0.14)
("rust-quickcheck" ,rust-quickcheck-1)
@ -30258,7 +30259,7 @@ (define-public rust-indexmap-2
#:cargo-development-inputs
(("rust-fnv" ,rust-fnv-1)
("rust-fxhash" ,rust-fxhash-0.2)
("rust-itertools" ,rust-itertools-0.11)
("rust-itertools" ,rust-itertools-0.12)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-quickcheck" ,rust-quickcheck-1)
("rust-rand" ,rust-rand-0.8)