diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 17:32:29 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 17:40:56 +0300 |
commit | d8422c76feba9d12d402a3e1b190665037a4a5c4 (patch) | |
tree | 65e40aa50a78ce7cf27f2c57a6ab9e053e2b8474 /gnu | |
parent | bec0f3ef19f87dce8c3d6b34d364ef2ed53f3bd6 (diff) | |
download | guix-d8422c76feba9d12d402a3e1b190665037a4a5c4.tar.gz |
gnu: Remove rust-password-hash-0.1.
* gnu/packages/crates-io.scm (rust-password-hash-0.1): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 3e48644b58..5e59591c23 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -38823,24 +38823,6 @@ the PHC string format (a well-defined subset of the Modular Crypt Format (MCF).") (license (list license:expat license:asl2.0)))) -(define-public rust-password-hash-0.1 - (package - (inherit rust-password-hash-0.3) - (name "rust-password-hash") - (version "0.1.4") - (source - (origin - (method url-fetch) - (uri (crate-uri "password-hash" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "1ymh3np2bamjy8rszimksxcp264dclil4620bxm8rff9pyj6m62l")))) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-base64ct" ,rust-base64ct-1) - ("rust-rand-core" ,rust-rand-core-0.6)))))) - (define-public rust-paste-1 (package (name "rust-paste") |