summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <[email protected]>2025-02-11 17:18:27 +0900
committer宋文武 <[email protected]>2025-02-11 19:54:03 +0800
commit988f21068aa12d7b5dcbec0a69e3cc2706bb8ff0 (patch)
tree77e93a4732287fe4ce95ee20a18a3d196af37807
parent4595aab4a69b710d6c0013f5c83a2aa4b3e9f2db (diff)
gnu: aflplusplus: Update to 4.31c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.31c. Change-Id: Iae9d04ee4ae648bac3ca56c24c99b16e894f9c76 Signed-off-by: 宋文武 <[email protected]>
-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 15b24db4b1..57c6513e8d 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -519,7 +519,7 @@ server and embedded PowerPC, and S390 guests.")
(package
(inherit american-fuzzy-lop)
(name "aflplusplus")
- (version "4.30c")
+ (version "4.31c")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -528,7 +528,7 @@ server and embedded PowerPC, and S390 guests.")
(file-name (git-file-name name version))
(sha256
(base32
- "1lmpyf1gwz78pqxw9iqxhxzanbrid33ihq9xzmnk8c4yv449sdks"))))
+ "1k43np7vb2kiqj8cg5w4x0xjqr5jafi3pyx12d2i8wdi0sslywrv"))))
(arguments
(substitute-keyword-arguments (package-arguments american-fuzzy-lop)
((#:make-flags _ ''())