gnu: rust-string-cache-0.8: Update to 0.8.7.

* gnu/packages/crates-io.scm (rust-string-cache-0.8): Update to 0.8.7.

Change-Id: I0567077baa5b6683e75a08c629a5248b92330ccf
This commit is contained in:
Efraim Flashner 2023-10-27 20:51:55 +03:00
parent f97cd54908
commit 7257c5ceaf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -71730,16 +71730,14 @@ configurable byte storage.")
(define-public rust-string-cache-0.8
(package
(name "rust-string-cache")
(version "0.8.4")
(version "0.8.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "string-cache" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"020ahbx93gp85s3k3k5c342j10ml0b77i4q4hri180xmlavr8d11"))))
(base32 "0fr90a54ibsrnfjq5la77yjd641g6vqv8f1v3pmpbxa2cbkkh4gr"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs