summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-04-01 13:02:54 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-04-01 13:31:54 +0300
commit4172b2eef592012baf64c91cc425e097bde10c7a (patch)
treefd7db217301a16db60637ad0f9cb1a402795a332 /gnu/packages/debug.scm
parentb82cc0b90e271ef1cd1bd91f3f1ae729918eccd0 (diff)
gnu: american-fuzzy-lop: Update to 2.57b.
* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.57b.
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r--gnu/packages/debug.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index f67f32a7f8..4ead19c398 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -184,7 +184,7 @@ tools that process C/C++ code.")
(_ "UNSUPPORTED"))))
(package
(name "american-fuzzy-lop")
- (version "2.56b") ;It seems all releases have the 'b' suffix
+ (version "2.57b") ;It seems all releases have the 'b' suffix
(source
(origin
(method git-fetch)
@@ -192,7 +192,7 @@ tools that process C/C++ code.")
(url "https://github.com/google/AFL")
(commit (string-append "v" version))))
(sha256
- (base32 "1q1g59gkm48aa4cg9h70jx4i2gapmypgp5rzs156b2avd95vwkn1"))
+ (base32 "0ks0s8iizp7mpc9mlpv126rsny0dkljfsw68689g9jiisjz2z530"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs