[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75059] [PATCH rust-team 4/8] gnu: rust-crypto-hash-0.3: Order alpha
From: |
Herman Rimm |
Subject: |
[bug#75059] [PATCH rust-team 4/8] gnu: rust-crypto-hash-0.3: Order alphabetically. |
Date: |
Tue, 24 Dec 2024 11:00:56 +0100 |
* gnu/packages/crates-crypto.scm (rust-crypto-hash-0.3): Order.
Change-Id: I3d897f8fa9462e4b9d4150349181a03d0952151a
---
gnu/packages/crates-crypto.scm | 56 +++++++++++++++++-----------------
1 file changed, 28 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm
index ba172fb268..960a8b40bb 100644
--- a/gnu/packages/crates-crypto.scm
+++ b/gnu/packages/crates-crypto.scm
@@ -1601,6 +1601,34 @@ (define-public rust-crypto-common-0.1
;; The user can choose either license.
(license (list license:expat license:asl2.0))))
+(define-public rust-crypto-hash-0.3
+ (package
+ (name "rust-crypto-hash")
+ (version "0.3.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "crypto-hash" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1jnxgpk0j29hzcv42viq5dckyfjnxdjsar55366j95zx80i1cxwa"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-commoncrypto" ,rust-commoncrypto-0.2)
+ ("rust-hex" ,rust-hex-0.3)
+ ("rust-openssl" ,rust-openssl-0.10)
+ ("rust-winapi" ,rust-winapi-0.3))))
+ (inputs
+ (list openssl))
+ (home-page "https://github.com/malept/crypto-hash")
+ (synopsis "Wrapper for OS-level cryptographic hash functions")
+ (description "This package provides a wrapper for OS-level cryptographic
+hash functions.")
+ (license license:expat)))
+
(define-public rust-crypto-mac-0.11
(package
(name "rust-crypto-mac")
@@ -1770,34 +1798,6 @@ (define-public rust-crypto-tests-0.5
algorithms.")
(license (list license:expat license:asl2.0))))
-(define-public rust-crypto-hash-0.3
- (package
- (name "rust-crypto-hash")
- (version "0.3.4")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "crypto-hash" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1jnxgpk0j29hzcv42viq5dckyfjnxdjsar55366j95zx80i1cxwa"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-commoncrypto" ,rust-commoncrypto-0.2)
- ("rust-hex" ,rust-hex-0.3)
- ("rust-openssl" ,rust-openssl-0.10)
- ("rust-winapi" ,rust-winapi-0.3))))
- (inputs
- (list openssl))
- (home-page "https://github.com/malept/crypto-hash")
- (synopsis "Wrapper for OS-level cryptographic hash functions")
- (description "This package provides a wrapper for OS-level cryptographic
-hash functions.")
- (license license:expat)))
-
(define-public rust-csrf-0.4
(package
(name "rust-csrf")
--
2.45.2
- [bug#75059] [PATCH rust-team 1/8] gnu: rust-botan-sys-0.8: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75059] [PATCH rust-team 2/8] gnu: rust-botan-sys-0.10: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75059] [PATCH rust-team 5/8] gnu: rust-pem-rfc7468-0.7: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75059] [PATCH rust-team 7/8] gnu: rust-pem-rfc7468-0.3: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75059] [PATCH rust-team 4/8] gnu: rust-crypto-hash-0.3: Order alphabetically.,
Herman Rimm <=
- [bug#75059] [PATCH rust-team 6/8] gnu: rust-pem-rfc7468-0.6: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75059] [PATCH rust-team 3/8] gnu: rust-crypto-secretbox-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75059] [PATCH rust-team 8/8] gnu: rust-pem-rfc7468-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- bug#75059: [PATCH rust-team 1/8] gnu: rust-botan-sys-0.8: Order alphabetically., Efraim Flashner, 2024/12/24