efraim pushed a commit to branch rust-team
in repository guix.
commit 558e1dd88e3cac69320625e960b5c090c9df2bed
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 25 11:14:17 2024 +0200
gnu: rust-lru-0.12: Update to 0.12.5.
* gnu/packages/crates-io.scm (rust-lru-0.12): Update to 0.12.5.
[cargo-inputs]: Replace rust-hashbrown-0.14 with 0.15.
Change-Id: I74e027e64d93f8c25e8c882d1f0d285094adcdbe
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fc6077fead..deec57a15d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -44181,17 +44181,17 @@ image together with its neighboring pixels.")
(define-public rust-lru-0.12
(package
(name "rust-lru")
- (version "0.12.1")
+ (version "0.12.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "lru" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1myillpwqfcins062g28jvj48cxw8818zcx08ydzsl6misxfx519"))))
+ (base32 "0f1a7cgqxbyhrmgaqqa11m3azwhcc36w0v5r4izgbhadl3sg8k13"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs (("rust-hashbrown" ,rust-hashbrown-0.14))
+ `(#:cargo-inputs (("rust-hashbrown" ,rust-hashbrown-0.15))
#:cargo-development-inputs
(("rust-scoped-threadpool" ,rust-scoped-threadpool-0.1)
("rust-stats-alloc" ,rust-stats-alloc-0.1))))