summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2025-10-02 04:37:22 +0900
committer宋文武 <iyzsong@member.fsf.org>2025-11-14 16:42:53 +0800
commitdf2eadaa33e9a4edb1ddd1ed3629d5fbd14bff14 (patch)
treeb3806364a9ccd841e37093434805ff19eab7076e /gnu/packages/debug.scm
parent4932444387a3ea656e3d64829b3da174c98006ea (diff)
gnu: aflplusplus: Update to 4.34c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.34c. Closes: guix/guix#3204 Change-Id: I70fa7206ea43269f255e0a5c7acee07319c48804 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
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 b4e94be811c..f36fb9d2eb0 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -533,7 +533,7 @@ server and embedded PowerPC, and S390 guests.")
533 (package 533 (package
534 (inherit american-fuzzy-lop) 534 (inherit american-fuzzy-lop)
535 (name "aflplusplus") 535 (name "aflplusplus")
536 (version "4.33c") 536 (version "4.34c")
537 (source (origin 537 (source (origin
538 (method git-fetch) 538 (method git-fetch)
539 (uri (git-reference 539 (uri (git-reference
@@ -542,7 +542,7 @@ server and embedded PowerPC, and S390 guests.")
542 (file-name (git-file-name name version)) 542 (file-name (git-file-name name version))
543 (sha256 543 (sha256
544 (base32 544 (base32
545 "1h4ya82s1wd11c04r0g0wsq56asl1np3nmsf6yk4vyic9nm0hsq0")))) 545 "14pllv986zwzbqarbsif02k618yns4fvqd3br6irzfcwivpysqfa"))))
546 (arguments 546 (arguments
547 (substitute-keyword-arguments (package-arguments american-fuzzy-lop) 547 (substitute-keyword-arguments (package-arguments american-fuzzy-lop)
548 ((#:make-flags _ ''()) 548 ((#:make-flags _ ''())