mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
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:
parent
b7f77a58fb
commit
f16f56bfc4
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue