summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2025-09-22 15:02:02 +0900
committerLudovic Courtès <ludo@gnu.org>2025-09-25 22:04:26 +0200
commit679c9b0d8b02710f286b7fb3e65835eefa9f1890 (patch)
treed71767b54e74cd5c93810b80f1f0d1755908b2b4 /gnu/packages/debug.scm
parent8580847f8a69bea26a649b6352bacab9a566b878 (diff)
gnu: aflplusplus: Update to 4.33c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.33c. Change-Id: I8b4cd403926ffe9cb39fd340baf341a5b438e39d Signed-off-by: Ludovic Courtès <ludo@gnu.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 38e0e7bea6b..3f7b24aa478 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -528,7 +528,7 @@ server and embedded PowerPC, and S390 guests.")
528 (package 528 (package
529 (inherit american-fuzzy-lop) 529 (inherit american-fuzzy-lop)
530 (name "aflplusplus") 530 (name "aflplusplus")
531 (version "4.32c") 531 (version "4.33c")
532 (source (origin 532 (source (origin
533 (method git-fetch) 533 (method git-fetch)
534 (uri (git-reference 534 (uri (git-reference
@@ -537,7 +537,7 @@ server and embedded PowerPC, and S390 guests.")
537 (file-name (git-file-name name version)) 537 (file-name (git-file-name name version))
538 (sha256 538 (sha256
539 (base32 539 (base32
540 "1a92mbwk51pih5jb944wqhvmbpy0acpxgvdfbq3c4xw7gisgn5qn")))) 540 "1h4ya82s1wd11c04r0g0wsq56asl1np3nmsf6yk4vyic9nm0hsq0"))))
541 (arguments 541 (arguments
542 (substitute-keyword-arguments (package-arguments american-fuzzy-lop) 542 (substitute-keyword-arguments (package-arguments american-fuzzy-lop)
543 ((#:make-flags _ ''()) 543 ((#:make-flags _ ''())