summaryrefslogtreecommitdiff
path: root/gnu/packages/debug.scm
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2024-12-05 01:24:49 +0900
committerHilton Chain <hako@ultrarare.space>2024-12-08 15:28:42 +0800
commite7030fbfb71a826eabac5928e1eb3747a2e2161b (patch)
treedbf40cdc3c7f50612b5cfe757e6d8b472b22e3d2 /gnu/packages/debug.scm
parent810cc4764a27ddac3e15f325b02a4f665067f4ac (diff)
gnu: aflplusplus: Update to 4.30c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.30c. Change-Id: Id7cbea11e53faf138e2d5691ff298a20ba6d63b0 Signed-off-by: Hilton Chain <hako@ultrarare.space>
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 c7e8fe48eb0..15b24db4b1e 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -519,7 +519,7 @@ server and embedded PowerPC, and S390 guests.")
519 (package 519 (package
520 (inherit american-fuzzy-lop) 520 (inherit american-fuzzy-lop)
521 (name "aflplusplus") 521 (name "aflplusplus")
522 (version "4.21c") 522 (version "4.30c")
523 (source (origin 523 (source (origin
524 (method git-fetch) 524 (method git-fetch)
525 (uri (git-reference 525 (uri (git-reference
@@ -528,7 +528,7 @@ server and embedded PowerPC, and S390 guests.")
528 (file-name (git-file-name name version)) 528 (file-name (git-file-name name version))
529 (sha256 529 (sha256
530 (base32 530 (base32
531 "0f6gd8r1fyc4lgdkldx4mg1b72h1xdvpdrb2c44r3y4f2i3hzb0c")))) 531 "1lmpyf1gwz78pqxw9iqxhxzanbrid33ihq9xzmnk8c4yv449sdks"))))
532 (arguments 532 (arguments
533 (substitute-keyword-arguments (package-arguments american-fuzzy-lop) 533 (substitute-keyword-arguments (package-arguments american-fuzzy-lop)
534 ((#:make-flags _ ''()) 534 ((#:make-flags _ ''())