diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-31 16:14:16 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:22:13 +0200 |
commit | f17e02a83245103ce7e467ca30dacf90e8ea3185 (patch) | |
tree | bb0fe50d6c0dc68830cb65d846e2724a017c80fa | |
parent | 3c2b5924d6cb6652a33f090cf130efd5b7089565 (diff) | |
download | guix-f17e02a83245103ce7e467ca30dacf90e8ea3185.tar.gz guix-f17e02a83245103ce7e467ca30dacf90e8ea3185.zip |
gnu: Remove rust-polyval-0.3.
* gnu/packages/crates-crypto.scm (rust-polyval-0.3): Delete variable.
Change-Id: Ie07ccbe2d83dba722be455fd03e4e15aecbe7caa
-rw-r--r-- | gnu/packages/crates-crypto.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/crates-crypto.scm b/gnu/packages/crates-crypto.scm index 8545968e49..72834b6b58 100644 --- a/gnu/packages/crates-crypto.scm +++ b/gnu/packages/crates-crypto.scm @@ -4060,24 +4060,6 @@ for constructing a Message Authentication Code (MAC).") #:cargo-development-inputs (("rust-hex-literal" ,rust-hex-literal-0.2)))))) -(define-public rust-polyval-0.3 - (package - (inherit rust-polyval-0.4) - (name "rust-polyval") - (version "0.3.3") - (source - (origin - (method url-fetch) - (uri (crate-uri "polyval" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 (base32 "04m2wf4pk6gglvl12fj7ylc2iqhxmzqj46rds6zy73cpk0a39hvy")))) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-cfg-if" ,rust-cfg-if-0.1) - ("rust-universal-hash" ,rust-universal-hash-0.3) - ("rust-zeroize" ,rust-zeroize-1)))))) - (define-public rust-ppv-lite86-0.2 (package (name "rust-ppv-lite86") |