[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
180/281: gnu: Add rust-hkdf-0.12.
From: |
guix-commits |
Subject: |
180/281: gnu: Add rust-hkdf-0.12. |
Date: |
Wed, 22 Feb 2023 05:41:12 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 42ee34c5b12265e07e3353cf6c4a35d4ef743cec
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 10:58:19 2023 +0200
gnu: Add rust-hkdf-0.12.
* gnu/packages/crates-io.scm (rust-hkdf-0.12): New variable.
(rust-hkdf-0.11): Inherit from rust-hkdf-0.12.
---
gnu/packages/crates-io.scm | 35 ++++++++++++++++++++++++++++-------
1 file changed, 28 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 82b6e287bd..4026b9d7be 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26379,8 +26379,35 @@ compile time.")
`(#:cargo-inputs
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.4))))))
+(define-public rust-hkdf-0.12
+ (package
+ (name "rust-hkdf")
+ (version "0.12.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "hkdf" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0dyl16cf15hka32hv3l7dwgr3xj3brpfr27iyrbpdhlzdfgh46kr"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-hmac" ,rust-hmac-0.12))
+ #:cargo-development-inputs
+ (("rust-blobby" ,rust-blobby-0.3)
+ ("rust-hex-literal" ,rust-hex-literal-0.2)
+ ("rust-sha-1" ,rust-sha-1-0.10)
+ ("rust-sha2" ,rust-sha2-0.10))))
+ (home-page "https://github.com/RustCrypto/KDFs/")
+ (synopsis "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)")
+ (description "This package provides a HMAC-based Extract-and-Expand Key
+Derivation Function (HKDF).")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-hkdf-0.11
(package
+ (inherit rust-hkdf-0.12)
(name "rust-hkdf")
(version "0.11.0")
(source
@@ -26390,7 +26417,6 @@ compile time.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0sw8bz79xqq3bc5dh6nzv084g7va13j3lrqf91c10a2wimbnsw01"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-digest" ,rust-digest-0.9)
@@ -26401,12 +26427,7 @@ compile time.")
("rust-crypto-tests" ,rust-crypto-tests-0.5)
("rust-hex" ,rust-hex-0.4)
("rust-sha-1" ,rust-sha-1-0.9)
- ("rust-sha2" ,rust-sha2-0.9))))
- (home-page "https://github.com/RustCrypto/KDFs/")
- (synopsis "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)")
- (description "This package provides a HMAC-based Extract-and-Expand Key
-Derivation Function (HKDF).")
- (license (list license:expat license:asl2.0))))
+ ("rust-sha2" ,rust-sha2-0.9))))))
(define-public rust-hkdf-0.10
(package
- 116/281: gnu: rust-curl-sys-0.4: Update to 0.4.53+curl-7.82.0., (continued)
- 116/281: gnu: rust-curl-sys-0.4: Update to 0.4.53+curl-7.82.0., guix-commits, 2023/02/22
- 115/281: gnu: rust-curl-0.4: Update to 0.4.43., guix-commits, 2023/02/22
- 125/281: gnu: newsboat: Update to 2.30.1., guix-commits, 2023/02/22
- 136/281: gnu: rust.scm: Sort packages alphabetically., guix-commits, 2023/02/22
- 169/281: gnu: rust-document-features-0.2: Update to 0.2.7., guix-commits, 2023/02/22
- 170/281: gnu: Add rust-enum-as-inner-0.5., guix-commits, 2023/02/22
- 172/281: gnu: rust-futures-macro-0.3: Update to 0.3.26., guix-commits, 2023/02/22
- 173/281: gnu: rust-futures-task-0.3: Update to 0.3.26., guix-commits, 2023/02/22
- 174/281: gnu: rust-futures-test-0.3: Update to 0.3.26., guix-commits, 2023/02/22
- 177/281: gnu: Add rust-git2-0.16., guix-commits, 2023/02/22
- 180/281: gnu: Add rust-hkdf-0.12.,
guix-commits <=
- 192/281: gnu: rust-pin-project-1: Update to 1.0.12., guix-commits, 2023/02/22
- 195/281: gnu: Add rust-quinn-proto-0.8., guix-commits, 2023/02/22
- 165/281: gnu: Add rust-crc-2., guix-commits, 2023/02/22
- 100/281: gnu: rust-tendril-0.4: Update to 0.4.3., guix-commits, 2023/02/22
- 98/281: gnu: rust-string-cache-0.8: Update to 0.8.4., guix-commits, 2023/02/22
- 106/281: gnu: rust-num-rational-0.2: Update to 0.2.4., guix-commits, 2023/02/22
- 114/281: gnu: rust-crates-io-0.33: Update to 0.33.1., guix-commits, 2023/02/22
- 124/281: gnu: rust-cargo: Update to 0.60.0., guix-commits, 2023/02/22
- 122/281: gnu: rust-os-info-3: Update to 3.0.7., guix-commits, 2023/02/22
- 141/281: gnu: librsvg: Update to 2.54.5., guix-commits, 2023/02/22