gnu: Add rust-phf-codegen-0.9.

* gnu/packages/crates-io.scm (rust-phf-codegen-0.9): New variable.
This commit is contained in:
Efraim Flashner 2023-05-11 17:30:27 +03:00
parent 0804e197eb
commit 7c53f1fa47
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)