mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: rust-phf-0.9: Downgrade to 0.9.0.
Later versions of this crate are yanked by upstream. * gnu/packages/crates-io.scm (rust-phf-0.9): Downgrade to 0.9.0. Change-Id: I7e1dd762b9a31ac3ceb941982a45bff793d66bd1
This commit is contained in:
parent
c18e51b927
commit
0b88149c74
1 changed files with 3 additions and 3 deletions
|
@ -52328,16 +52328,16 @@ (define-public rust-phf-0.9
|
||||||
(package
|
(package
|
||||||
(inherit rust-phf-0.10)
|
(inherit rust-phf-0.10)
|
||||||
(name "rust-phf")
|
(name "rust-phf")
|
||||||
(version "0.9.1")
|
(version "0.9.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "phf" version))
|
(uri (crate-uri "phf" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sk9arhiv4hkg3hbmbxnpjvr0bffhyz7kpb2pn86mn6ia4c566xj"))))
|
"0dsgl8gqaia5lwg9sjlg4ccihn5dija2drg0gi2sjz1samkqpb5j"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Doc tests fail.
|
`(#:tests? #f ; unresolved imports `phf::phf_map`, `phf::phf_set`
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-phf-macros" ,rust-phf-macros-0.9)
|
(("rust-phf-macros" ,rust-phf-macros-0.9)
|
||||||
("rust-phf-shared" ,rust-phf-shared-0.9)
|
("rust-phf-shared" ,rust-phf-shared-0.9)
|
||||||
|
|
Loading…
Reference in a new issue