mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-phf-codegen-0.9.
* gnu/packages/crates-io.scm (rust-phf-codegen-0.9): New variable.
This commit is contained in:
parent
0804e197eb
commit
7c53f1fa47
1 changed files with 17 additions and 0 deletions
|
@ -44013,6 +44013,23 @@ (define-public rust-phf-codegen-0.10
|
|||
(("rust-phf-generator" ,rust-phf-generator-0.10)
|
||||
("rust-phf-shared" ,rust-phf-shared-0.10))))))
|
||||
|
||||
(define-public rust-phf-codegen-0.9
|
||||
(package
|
||||
(inherit rust-phf-codegen-0.10)
|
||||
(name "rust-phf-codegen")
|
||||
(version "0.9.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "phf-codegen" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q4r7mqisvzjz5fzfnr16nb5bxrj6xv32qnq1ds75xql783md31z"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-phf-generator" ,rust-phf-generator-0.9)
|
||||
("rust-phf-shared" ,rust-phf-shared-0.9))))))
|
||||
|
||||
(define-public rust-phf-codegen-0.8
|
||||
(package
|
||||
(inherit rust-phf-codegen-0.10)
|
||||
|
|
Loading…
Reference in a new issue