gnu: Remove rust-afl-0.4.
* gnu/packages/crates-io.scm (rust-afl-0.4): Delete variable.
This commit is contained in:
parent
b157f6e3f3
commit
7e2ecaa745
1 changed files with 0 additions and 15 deletions
|
@ -2358,21 +2358,6 @@ (define-public rust-afl-0.5
|
|||
(("rust-rustc-version" ,rust-rustc-version-0.2)
|
||||
("rust-xdg" ,rust-xdg-2))))))
|
||||
|
||||
(define-public rust-afl-0.4
|
||||
(package
|
||||
(inherit rust-afl-0.5)
|
||||
(name "rust-afl")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "afl" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0g2chc18ji7qxi0d03n2ai140qdcww958v5si6rcjnnhmri1vyfb"))))))
|
||||
|
||||
(define-public rust-ahash-0.7
|
||||
(package
|
||||
(name "rust-ahash")
|
||||
|
|
Loading…
Reference in a new issue