guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eric Bavier
Subject: 02/02: gnu: Update american-fuzzy-lop to 2.15b.
Date: Tue, 21 Jun 2016 05:03:35 +0000 (UTC)

bavier pushed a commit to branch master
in repository guix.

commit 2f046a0d7e78b868d8cfbdb0c7a9c482f3b5798f
Author: Eric Bavier <address@hidden>
Date:   Tue Jun 21 00:02:02 2016 -0500

    gnu: Update american-fuzzy-lop to 2.15b.
    
    * gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.15b.
---
 gnu/packages/debug.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 72fd993..556a105 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -169,7 +169,7 @@ tools that process C/C++ code.")
                    (_                "UNSUPPORTED"))))
     (package
       (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
        (origin
          (method url-fetch)
@@ -177,7 +177,7 @@ tools that process C/C++ code.")
                              "afl-" version ".tgz"))
          (sha256
           (base32
-           "0z7j231p6v2h1dxxijgdzj1lq1lxr8cxllwf6iyv7p4ki5pv1gh3"))))
+           "04n2jfkchpz6a07w694b0im1vcmc3220ryqcaasa7vix7784wzs2"))))
       (build-system gnu-build-system)
       (inputs
        `(("custom-qemu"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]