diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-10-18 22:53:07 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-10-24 10:46:25 +0300 |
commit | eb3c37947725c4e8bf3de4fcadebaaafbc689288 (patch) | |
tree | 2e424c3c7ba8edd1b37edc8b493c9e32eb7470c3 /gnu | |
parent | 3d77941b6fd20811dba114fab7a7f2f9e89cf912 (diff) | |
download | guix-eb3c37947725c4e8bf3de4fcadebaaafbc689288.tar.gz |
gnu: Remove rust-rust-argon2-0.5.
* gnu/packages/crates-io.scm (rust-rust-argon2-0.5): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b88785739e..b45f75c386 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -49358,34 +49358,6 @@ hashing function.") ("rust-blake2b-simd" ,rust-blake2b-simd-0.5) ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7)))))) -(define-public rust-rust-argon2-0.5 - (package - (name "rust-rust-argon2") - (version "0.5.1") - (source - (origin - (method url-fetch) - (uri (crate-uri "rust-argon2" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "1krjkmyfn37hy7sfs6lqia0fsvw130nn1z2850glsjcva7pym92c")))) - (build-system cargo-build-system) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-base64" ,rust-base64-0.10) - ("rust-blake2b-simd" ,rust-blake2b-simd-0.5) - ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)) - #:cargo-development-inputs - (("rust-hex" ,rust-hex-0.3)))) - (home-page "https://github.com/sru-systems/rust-argon2") - (synopsis "Rust implementation of the Argon2 password hashing function") - (description "This package contains a rust implementation of the Argon2 -password hashing function.") - (license (list license:expat license:asl2.0)))) - (define-public rust-rust-base58-0.0 (package (name "rust-rust-base58") |