summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2026-01-12 11:14:39 +0900
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:30:34 +0100
commitec4616694962aaf27b77dd032d9c84fb0fe9c5f9 (patch)
treed3c24276fd287ddeae30e567a1c5b63a405a0000 /gnu/packages/debug.scm
parent89bd110b8208f706f8ad5a6bd3b2360240a47448 (diff)
gnu: aflplusplus: Update to 4.35c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.35c. Merges guix/guix!5560 Change-Id: I9e00abb6c06430b110c11bfffe4f0e8a2612d6f7 Signed-off-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
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 61d08a08a37..1bc79a49048 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -610,7 +610,7 @@ server and embedded PowerPC, and S390 guests.")
610 (package 610 (package
611 (inherit american-fuzzy-lop) 611 (inherit american-fuzzy-lop)
612 (name "aflplusplus") 612 (name "aflplusplus")
613 (version "4.34c") 613 (version "4.35c")
614 (source (origin 614 (source (origin
615 (method git-fetch) 615 (method git-fetch)
616 (uri (git-reference 616 (uri (git-reference
@@ -619,7 +619,7 @@ server and embedded PowerPC, and S390 guests.")
619 (file-name (git-file-name name version)) 619 (file-name (git-file-name name version))
620 (sha256 620 (sha256
621 (base32 621 (base32
622 "14pllv986zwzbqarbsif02k618yns4fvqd3br6irzfcwivpysqfa")))) 622 "0mwamvyv2ckfxrrns4cnhx9gf2dn9jjgi9dc1qp3cwjasbghg5lg"))))
623 (arguments 623 (arguments
624 (substitute-keyword-arguments (package-arguments american-fuzzy-lop) 624 (substitute-keyword-arguments (package-arguments american-fuzzy-lop)
625 ((#:make-flags _ ''()) 625 ((#:make-flags _ ''())