efraim pushed a commit to branch rust-team
in repository guix.
commit 2e80fd1b321a7476df1bd48767b8b90a84ba6508
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Feb 16 14:20:11 2025 +0200
gnu: rust-indexmap-2: Update to 2.7.1.
* gnu/packages/crates-io.scm (rust-indexmap-2): Update to 2.7.1.
[cargo-development-inputs]: Remove rust-fxhash-0.2.
Change-Id: I5b7c3ae365e040018b2ce449e661e472e5d2ae2c
---
gnu/packages/crates-io.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9f36790d65..5e2d5d83ec 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34278,14 +34278,14 @@ that efficiently appends and removes common
indentation after every newline.")
(define-public rust-indexmap-2
(package
(name "rust-indexmap")
- (version "2.7.0")
+ (version "2.7.1")
(source (origin
(method url-fetch)
(uri (crate-uri "indexmap" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "07s7jmdymvd0rm4yswp0j3napx57hkjm9gs9n55lvs2g78vj5y32"))))
+ "0lmnm1zbr5gq3wic3d8a76gpvampridzwckfl97ckd5m08mrk74c"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@@ -34299,7 +34299,6 @@ that efficiently appends and removes common indentation
after every newline.")
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-fnv" ,rust-fnv-1)
- ("rust-fxhash" ,rust-fxhash-0.2)
("rust-itertools" ,rust-itertools-0.13)
("rust-lazy-static" ,rust-lazy-static-1)
("rust-quickcheck" ,rust-quickcheck-1)