gnu: rust-string-cache-0.7: Upgrade to 0.7.5.

* gnu/packages/crates-io.scm (rust-string-cache-0.7): Upgrade to 0.7.5.
[arguments]: Don't skip build.
This commit is contained in:
Efraim Flashner 2020-03-01 10:29:41 +02:00
parent c9f97083f0
commit 3201503d3c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -16600,7 +16600,7 @@ (define-public rust-streaming-stats-0.2
(define-public rust-string-cache-0.7
(package
(name "rust-string-cache")
(version "0.7.3")
(version "0.7.5")
(source
(origin
(method url-fetch)
@ -16609,11 +16609,10 @@ (define-public rust-string-cache-0.7
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"08sly9s92l0g0ai1iyj9pawl05xbwm4m8kl3zqkv2wkijw4h3mr5"))))
"0rrdb822gc1fs3qq4camgj3kh4182bs79hpqxhdrpmlz5yl5ih49"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-new-debug-unreachable"
,rust-new-debug-unreachable-1.0)