mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-pem-rfc7468-0.6: Order alphabetically.
* gnu/packages/crates-crypto.scm (rust-pem-rfc7468-0.6): Order. Change-Id: I0707ae0912aa5a92b5943fcc1ef8dec2037592ec Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d9a0a39241
commit
65eb5a2770
1 changed files with 15 additions and 15 deletions
|
@ -3615,6 +3615,21 @@ and other messages. It provides a no_std-friendly, constant-time
|
||||||
implementation suitable for use with cryptographic private keys.")
|
implementation suitable for use with cryptographic private keys.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(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-pkcs1-0.7
|
(define-public rust-pkcs1-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-pkcs1")
|
(name "rust-pkcs1")
|
||||||
|
@ -3917,21 +3932,6 @@ with additional support for PKCS#8v2 asymmetric key packages (RFC 5958).")
|
||||||
("rust-spki" ,rust-spki-0.4)
|
("rust-spki" ,rust-spki-0.4)
|
||||||
("rust-zeroize" ,rust-zeroize-1))))))
|
("rust-zeroize" ,rust-zeroize-1))))))
|
||||||
|
|
||||||
(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.3
|
(define-public rust-pem-rfc7468-0.3
|
||||||
(package
|
(package
|
||||||
(inherit rust-pem-rfc7468-0.7)
|
(inherit rust-pem-rfc7468-0.7)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue