me
/
guix
Archived
1
0
Fork 0

gnu: rust-lru-0.7: Update to 0.7.8.

* gnu/packages/crates-io.scm (rust-lru-0.7): Update to 0.7.8.

Change-Id: Ie6a47bef687cec921cb73da81d933820f053da05
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Wilko Meyer 2024-01-08 02:52:52 +01:00 committed by Efraim Flashner
parent 9117b3c397
commit 8d1932b47e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -38025,14 +38025,14 @@ image together with its neighboring pixels.")
(package
(inherit rust-lru-0.9)
(name "rust-lru")
(version "0.7.2")
(version "0.7.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "lru" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "07sdl7gpg30hbz7cgph75n2xl8915rshi90c7jqr5j9mi62m6hr7"))))
(base32 "0yp4ai5rpr2czxklzxxx98p6l2aqv4g1906j3dr4b0vfgfxbx6g9"))))
(arguments
`(#:cargo-inputs
(("rust-hashbrown" ,rust-hashbrown-0.11))