GNU bug report logs -
#68481
Update rbw to 1.9
Previous Next
Reported by: András Vöröskői <voroskoi <at> gmail.com>
Date: Mon, 15 Jan 2024 19:20:01 UTC
Severity: normal
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #35 received at 68481 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-hkdf): Update to 0.12.4.
Change-Id: I14c474eecb5d2eaf6713296283c57743780111ca
---
gnu/packages/crates-io.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5c111950ea..5b2dfbe77b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -30684,23 +30684,22 @@ (define-public rust-hex-literal-impl-0.1
(define-public rust-hkdf-0.12
(package
(name "rust-hkdf")
- (version "0.12.3")
+ (version "0.12.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "hkdf" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0dyl16cf15hka32hv3l7dwgr3xj3brpfr27iyrbpdhlzdfgh46kr"))))
+ (base32 "1xxxzcarz151p1b858yn5skmhyrvn8fs4ivx5km3i1kjmnr8wpvv"))))
(build-system cargo-build-system)
(arguments
- `(#:tests? #f ; use of undeclared crate or module `sha1`
- #:cargo-inputs
+ `(#: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-sha1" ,rust-sha1-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)")
--
2.41.0
This bug report was last modified 1 year and 164 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.