mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: rust-string-cache-0.8: Update to 0.8.4.
* gnu/packages/crates-io.scm (rust-string-cache-0.8): Update to 0.8.4. [cargo-inputs]: Remove rust-lazy-static-1. Replace rust-phf-shared-0.8 with 0.10. Add rust-once-cell-1, rust-parking-lot-0.12.
This commit is contained in:
parent
ad0c2e83cf
commit
67bcb8e3b6
1 changed files with 6 additions and 5 deletions
|
@ -56635,7 +56635,7 @@ (define-public rust-string-0.2
|
||||||
(define-public rust-string-cache-0.8
|
(define-public rust-string-cache-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-string-cache")
|
(name "rust-string-cache")
|
||||||
(version "0.8.0")
|
(version "0.8.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -56644,13 +56644,14 @@ (define-public rust-string-cache-0.8
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12i0synp8l0qpnzi5qki4pjq3jx28ykikyffjjjg6fsfxddwfh19"))))
|
"020ahbx93gp85s3k3k5c342j10ml0b77i4q4hri180xmlavr8d11"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
(("rust-new-debug-unreachable" ,rust-new-debug-unreachable-1)
|
||||||
("rust-new-debug-unreachable" ,rust-new-debug-unreachable-1)
|
("rust-once-cell" ,rust-once-cell-1)
|
||||||
("rust-phf-shared" ,rust-phf-shared-0.8)
|
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||||
|
("rust-phf-shared" ,rust-phf-shared-0.10)
|
||||||
("rust-precomputed-hash" ,rust-precomputed-hash-0.1)
|
("rust-precomputed-hash" ,rust-precomputed-hash-0.1)
|
||||||
("rust-serde" ,rust-serde-1))))
|
("rust-serde" ,rust-serde-1))))
|
||||||
(home-page "https://github.com/servo/string-cache")
|
(home-page "https://github.com/servo/string-cache")
|
||||||
|
|
Loading…
Reference in a new issue