gnu: Add rust-clru-0.6.

* gnu/packages/crates-io.scm (rust-clru-0.6): New variable.

Change-Id: I2b529864707c82931df45e189732fe5a6050b7ae
This commit is contained in:
Efraim Flashner 2023-10-24 09:10:39 +03:00
parent 5df9acb1cc
commit c16bb1e004
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13743,6 +13743,24 @@ (define-public rust-cloudflare-zlib-sys-0.3
license:asl2.0
license:zlib))))
(define-public rust-clru-0.6
(package
(name "rust-clru")
(version "0.6.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "clru" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "01xq2vm3pfkja6crsh5r7idzyhy0dhjd8dz2y1zn00rf62kiy6dq"))))
(build-system cargo-build-system)
(home-page "https://github.com/marmeladema/clru-rs")
(synopsis "LRU cache implementation")
(description "An LRU cache implementation with constant time operations and
weighted semantic.")
(license license:expat)))
(define-public rust-cmac-0.7
(package
(name "rust-cmac")