mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-phf-macros-0.9: Downgrade to 0.9.0.
Later versions of this crate are yanked by upstream. * gnu/packages/crates-io.scm (rust-phf-macros-0.9): Downgrade to 0.9.0. [cargo-development-inputs]: Replace rust-phf-0.9 with 0.8. Change-Id: I0fd5e2bf0e0c4ff32279a6b0359a3eb1dbf1c9ff
This commit is contained in:
parent
98da7cbe68
commit
864bf7cc73
1 changed files with 3 additions and 3 deletions
|
@ -52660,14 +52660,14 @@ (define-public rust-phf-macros-0.9
|
|||
(package
|
||||
(inherit rust-phf-macros-0.10)
|
||||
(name "rust-phf-macros")
|
||||
(version "0.9.1")
|
||||
(version "0.9.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "phf_macros" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rpc0jy5sfrk3ir87k2q0kk44a45nsrbwc131jmsi6f8hi3fqi7g"))))
|
||||
"11mbi4x03gz7jnf4bg9fzxdxn6gd8ddkj29hms0dh3mmds9za1mp"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-phf-generator" ,rust-phf-generator-0.9)
|
||||
|
@ -52678,7 +52678,7 @@ (define-public rust-phf-macros-0.9
|
|||
("rust-syn" ,rust-syn-1)
|
||||
("rust-unicase" ,rust-unicase-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-phf" ,rust-phf-0.9)
|
||||
(("rust-phf" ,rust-phf-0.8)
|
||||
("rust-trybuild" ,rust-trybuild-1)
|
||||
("rust-unicase" ,rust-unicase-2))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue