me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-pem-rfc7468-0.6.

* gnu/packages/crates-io.scm (rust-pem-rfc7468-0.6): New variable.
Efraim Flashner 2023-05-11 17:30:27 +03:00
parent 285b8b5098
commit 103773a862
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 15 additions and 0 deletions

View File

@ -43547,6 +43547,21 @@ and other messages. It provides a no_std-friendly, constant-time
implementation suitable for use with cryptographic private keys.")
(license (list license:asl2.0 license:expat))))
(define-public rust-pem-rfc7468-0.6
(package
(inherit rust-pem-rfc7468-0.7)
(name "rust-pem-rfc7468")
(version "0.6.0")
(source (origin
(method url-fetch)
(uri (crate-uri "pem-rfc7468" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1b5d8rvc4lgwxhs72m99fnrg0wq7bqh4x4wq0c7501ci7a1mkl94"))))
(arguments
`(#:cargo-inputs (("rust-base64ct" ,rust-base64ct-1))))))
(define-public rust-pem-rfc7468-0.2
(package
(inherit rust-pem-rfc7468-0.7)