me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-04-02 12:17:33 +03:00
parent c18e51b927
commit 0b88149c74
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -52328,16 +52328,16 @@ function data structures.")
(package
(inherit rust-phf-0.10)
(name "rust-phf")
(version "0.9.1")
(version "0.9.0")
(source (origin
(method url-fetch)
(uri (crate-uri "phf" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0sk9arhiv4hkg3hbmbxnpjvr0bffhyz7kpb2pn86mn6ia4c566xj"))))
"0dsgl8gqaia5lwg9sjlg4ccihn5dija2drg0gi2sjz1samkqpb5j"))))
(arguments
`(#:tests? #f ; Doc tests fail.
`(#:tests? #f ; unresolved imports `phf::phf_map`, `phf::phf_set`
#:cargo-inputs
(("rust-phf-macros" ,rust-phf-macros-0.9)
("rust-phf-shared" ,rust-phf-shared-0.9)