mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: Add rust-pem-0.8.
* gnu/packages/crates-io.scm (rust-pem-0.8): New variable.
This commit is contained in:
parent
03162d6f73
commit
acb50b33f1
1 changed files with 20 additions and 0 deletions
|
@ -41390,6 +41390,26 @@ (define-public rust-pem-1
|
||||||
PEM-encoded data.")
|
PEM-encoded data.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-pem-0.8
|
||||||
|
(package
|
||||||
|
(inherit rust-pem-1)
|
||||||
|
(name "rust-pem")
|
||||||
|
(version "0.8.3")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pem" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1sqkzp87j6s79sjxk4n913gcmalzb2fdc75l832d0j7a3z9cnmpx"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-base64" ,rust-base64-0.13)
|
||||||
|
("rust-once-cell" ,rust-once-cell-1)
|
||||||
|
("rust-regex" ,rust-regex-1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-criterion" ,rust-criterion-0.3))))))
|
||||||
|
|
||||||
(define-public rust-pem-rfc7468-0.2
|
(define-public rust-pem-rfc7468-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-pem-rfc7468")
|
(name "rust-pem-rfc7468")
|
||||||
|
|
Loading…
Reference in a new issue