mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: Remove rust-tiny-keccak-1.
* gnu/packages/crates-io.scm (rust-tiny-keccak-1): Delete variable. Change-Id: Icdcb1f421536142a61821b66f11a3450be631bd1
This commit is contained in:
parent
215e563274
commit
570c43498e
1 changed files with 0 additions and 16 deletions
|
@ -68469,22 +68469,6 @@ (define-public rust-tiny-keccak-2
|
|||
specified in FIPS-202, SP800-185 and KangarooTwelve.")
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public rust-tiny-keccak-1
|
||||
(package
|
||||
(inherit rust-tiny-keccak-2)
|
||||
(name "rust-tiny-keccak")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tiny-keccak" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1chiisrsql4pfwh5r7nz055ciqj7ch24m0nvrr6a8x5vd4f052hx"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-crunchy" ,rust-crunchy-0.2))))))
|
||||
|
||||
(define-public rust-tiny-skia-0.11
|
||||
(package
|
||||
(name "rust-tiny-skia")
|
||||
|
|
Loading…
Reference in a new issue