me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-indexmap-2): Update to 2.1.0.
[cargo-development-inputs]: Replace rust-itertools-0.10 with 0.11.

Change-Id: If477608ef6b456e4f042f092f45e1a5eaab392eb
master
Efraim Flashner 2023-12-24 09:57:27 +02:00
parent c491dd3dcc
commit 1e5393f717
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -38105,14 +38105,14 @@ that efficiently appends and removes common indentation after every newline.")
(define-public rust-indexmap-2
(package
(name "rust-indexmap")
(version "2.0.0")
(version "2.1.0")
(source (origin
(method url-fetch)
(uri (crate-uri "indexmap" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0pdnbvv6gnyxx2li8mks8p00fya3ynmhx3n6infpcy8a4gi7yiym"))))
"07rxrqmryr1xfnmhrjlz8ic6jw28v6h5cig3ws2c9d0wifhy2c6m"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@ -38126,7 +38126,7 @@ that efficiently appends and removes common indentation after every newline.")
#:cargo-development-inputs
(("rust-fnv" ,rust-fnv-1)
("rust-fxhash" ,rust-fxhash-0.2)
("rust-itertools" ,rust-itertools-0.10)
("rust-itertools" ,rust-itertools-0.11)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-quickcheck" ,rust-quickcheck-1)
("rust-rand" ,rust-rand-0.8)