diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-07-14 15:26:29 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-07-14 15:26:29 +0100 |
commit | 44b731dced60dbd2eee299c03187c71b8d1fcec2 (patch) | |
tree | 9fce38df299d4993f9d19cac5df6f26e10fcba2a | |
parent | a90eeece8360b45e1a474555094063b3e9262563 (diff) |
rust-hkdf-0.10: remove obsolete package.
-rw-r--r-- | yellowsquid/packages/crates-io.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/yellowsquid/packages/crates-io.scm b/yellowsquid/packages/crates-io.scm index 1d465f3..63a0069 100644 --- a/yellowsquid/packages/crates-io.scm +++ b/yellowsquid/packages/crates-io.scm @@ -1761,33 +1761,6 @@ version = \"0.3.21\" (description "FFI bindings to libgstreamer-1.0") (license license:expat))) -(define-public rust-hkdf-0.10 - (package - (name "rust-hkdf") - (version "0.10.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "hkdf" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "0kwn3scjvv2x8zc6nz3wrnzxp9shpsdxnjqiyv2r65r3kiijzasi")))) - (build-system cargo-build-system) - (arguments - `(#:skip-build? - #t - #:cargo-inputs - (("rust-digest" ,rust-digest-0.9) - ("rust-hmac" ,rust-hmac-0.10)))) - (home-page "https://github.com/RustCrypto/KDFs/") - (synopsis - "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)") - (description - "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)") - (license (list license:expat license:asl2.0)))) - (define-public rust-hound-3 (package (name "rust-hound") |