gnu: Update american-fuzzy-lop to 2.15b.

* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.15b.
This commit is contained in:
Eric Bavier 2016-06-21 00:02:02 -05:00
parent 0405e5f491
commit 2f046a0d7e
No known key found for this signature in database
GPG key ID: 1EBBD204781F962C

View file

@ -169,7 +169,7 @@ (define-public american-fuzzy-lop
(_ "UNSUPPORTED")))) (_ "UNSUPPORTED"))))
(package (package
(name "american-fuzzy-lop") (name "american-fuzzy-lop")
(version "1.96b") ;It seems all releases have the 'b' suffix (version "2.15b") ;It seems all releases have the 'b' suffix
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -177,7 +177,7 @@ (define-public american-fuzzy-lop
"afl-" version ".tgz")) "afl-" version ".tgz"))
(sha256 (sha256
(base32 (base32
"0z7j231p6v2h1dxxijgdzj1lq1lxr8cxllwf6iyv7p4ki5pv1gh3")))) "04n2jfkchpz6a07w694b0im1vcmc3220ryqcaasa7vix7784wzs2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("custom-qemu" `(("custom-qemu"