Archived
1
0
Fork 0

gnu: rust-phf-codegen-0.9: Downgrade to 0.9.0.

Later versions of this crate are yanked by upstream.

* gnu/packages/crates-io.scm (rust-phf-codegen-0.9): Downgrade to 0.9.0.

Change-Id: Ic8b4242108d1a1b91500f84b3c7cc919b7369318
This commit is contained in:
Efraim Flashner 2024-04-02 12:18:13 +03:00
parent 0b88149c74
commit 98da7cbe68
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -52432,14 +52432,14 @@ function data structures.")
(package
(inherit rust-phf-codegen-0.10)
(name "rust-phf-codegen")
(version "0.9.1")
(version "0.9.0")
(source (origin
(method url-fetch)
(uri (crate-uri "phf_codegen" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1q4r7mqisvzjz5fzfnr16nb5bxrj6xv32qnq1ds75xql783md31z"))))
"00q5chz1v9idglrzk5qbijjyr80sgibpbkq1skgnbvi2rw8xnfln"))))
(arguments
`(#:cargo-inputs
(("rust-phf-generator" ,rust-phf-generator-0.9)