summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <[email protected]>2024-09-08 02:00:00 +0200
committerTobias Geerinckx-Rice <[email protected]>2024-09-08 02:00:00 +0200
commitbafcf9bd15c7566fc422715a6d000f7d0bfae70e (patch)
tree41ee5effbc1dfeaaddc8d577a68489016e3a2b85 /gnu/packages
parent3ca0859f6c4020b83745988f4b69d2f06a635f4c (diff)
gnu: aflplusplus: Update to 4.21c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.21c. Change-Id: I7fcd55d0e9df0f3b3daf1fcb527f7b2948fb941e
Diffstat (limited to 'gnu/packages')
-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 cc8e05746a..b8ddafaba6 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -518,7 +518,7 @@ server and embedded PowerPC, and S390 guests.")
(package
(inherit american-fuzzy-lop)
(name "aflplusplus")
- (version "4.09c")
+ (version "4.21c")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -527,7 +527,7 @@ server and embedded PowerPC, and S390 guests.")
(file-name (git-file-name name version))
(sha256
(base32
- "12bplpd8cifla6m9l130fd22ggzkhd1w5s1aifw1idpy3njhj129"))))
+ "0f6gd8r1fyc4lgdkldx4mg1b72h1xdvpdrb2c44r3y4f2i3hzb0c"))))
(arguments
(substitute-keyword-arguments (package-arguments american-fuzzy-lop)
((#:make-flags _ ''())