[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#66579] [PATCH 05/13] gnu: Add rust-password-hash-0.2
From: |
Steve George |
Subject: |
[bug#66579] [PATCH 05/13] gnu: Add rust-password-hash-0.2 |
Date: |
Mon, 16 Oct 2023 17:54:07 +0100 |
* gnu/packages/crates-io.scm (rust-password-hash-0.2): New variable.
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 154e608724..8726d322f1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45975,6 +45975,25 @@ (define-public rust-password-hash-0.3
("rust-rand-core" ,rust-rand-core-0.6)
("rust-subtle" ,rust-subtle-2))))))
+(define-public rust-password-hash-0.2
+ (package
+ (inherit rust-password-hash-0.5)
+ (name "rust-password-hash")
+ (version "0.2.3")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "password-hash" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1rr4kd52ld978a2xhcvlc54p1d92yhxl9kvbajba7ia6rs5b5q3p"))))
+ (build-system cargo-build-system)
+ (arguments
+ (list #:skip-build? #f
+ #:cargo-inputs `(("rust-base64ct" ,rust-base64ct-1)
+ ("rust-subtle" ,rust-subtle-2)
+ ("rust-rand-core" ,rust-rand-core-0.6))))))
+
(define-public rust-paste-1
(package
(name "rust-paste")
--
2.41.0
- [bug#66579] [PATCH 00/13] Series to add rust-librespot-core, audio and discovery, Steve George, 2023/10/16
- [bug#66579] [PATCH 01/13] gnu: Add rust-hyper-proxy, Steve George, 2023/10/16
- [bug#66579] [PATCH 03/13] gnu: rust-protobuf-codegen & rust-protobuf-codegen-pure: Update to 2.28.0., Steve George, 2023/10/16
- [bug#66579] [PATCH 05/13] gnu: Add rust-password-hash-0.2,
Steve George <=
- [bug#66579] [PATCH 04/13] gnu: Add rust-librespot-protocol., Steve George, 2023/10/16
- [bug#66579] [PATCH 02/13] gnu: rust-protobuf-2: Update to 2.28.0., Steve George, 2023/10/16
- [bug#66579] [PATCH 06/13] gnu: Add rust-pbkdf2-0.8., Steve George, 2023/10/16
- [bug#66579] [PATCH 07/13] gnu: Add rust-priority-queue-1, Steve George, 2023/10/16
- [bug#66579] [PATCH 10/13] gnu: Add rust-librespot-audio., Steve George, 2023/10/16
- [bug#66579] [PATCH 08/13] gnu: Add rust-shannon, Steve George, 2023/10/16
- [bug#66579] [PATCH 11/13] gnu: rust-if-addrs: Update to 0.7.0, Steve George, 2023/10/16
- [bug#66579] [PATCH 13/13] gnu: Add rust-librespot-discovery., Steve George, 2023/10/16