mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Remove rust-sha1-asm-0.4.
* gnu/packages/crates-crypto.scm (rust-sha1-asm-0.4): Delete variable. Change-Id: I02f9199ef1e85d0d865ae4eea96c867961211e45
This commit is contained in:
parent
16fc2edd66
commit
50e334e5ea
1 changed files with 0 additions and 13 deletions
|
@ -5506,19 +5506,6 @@ for data that potentially contains secrets (e.g. cryptographic keys).")
|
||||||
"Assembly implementation of SHA-1 compression function.")
|
"Assembly implementation of SHA-1 compression function.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-sha1-asm-0.4
|
|
||||||
(package
|
|
||||||
(inherit rust-sha1-asm-0.5)
|
|
||||||
(name "rust-sha1-asm")
|
|
||||||
(version "0.4.4")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "sha1-asm" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1z5vdimd7l0vmr2p7kjibi0rghf5frb1ld0gzdkxrxfmkllf5nmr"))))))
|
|
||||||
|
|
||||||
(define-public rust-sha1-smol-1
|
(define-public rust-sha1-smol-1
|
||||||
(package
|
(package
|
||||||
(name "rust-sha1-smol")
|
(name "rust-sha1-smol")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue