diff options
author | arthurhdrodrigues--- via Guix-patches via <guix-patches@gnu.org> | 2025-05-21 16:23:53 +0900 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-05-26 09:19:11 +0100 |
commit | 7c6945330c82a74c0c960b0655da67dfedf61923 (patch) | |
tree | 947c80774d5d4930149fe10c36ac4a22c86358bf | |
parent | 6181d7cc8a620153bd48b3dba42c59636b4da259 (diff) |
gnu: aflplusplus: Update to 4.32c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.32c.
Change-Id: I5e15360386f80ea36134b578127699c34e080c86
Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r-- | gnu/packages/debug.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index 5580b4eaf4..3e86564e18 100644 --- a/gnu/packages/debug.scm +++ b/gnu/packages/debug.scm @@ -520,7 +520,7 @@ server and embedded PowerPC, and S390 guests.") (package (inherit american-fuzzy-lop) (name "aflplusplus") - (version "4.31c") + (version "4.32c") (source (origin (method git-fetch) (uri (git-reference @@ -529,7 +529,7 @@ server and embedded PowerPC, and S390 guests.") (file-name (git-file-name name version)) (sha256 (base32 - "1k43np7vb2kiqj8cg5w4x0xjqr5jafi3pyx12d2i8wdi0sslywrv")))) + "1a92mbwk51pih5jb944wqhvmbpy0acpxgvdfbq3c4xw7gisgn5qn")))) (arguments (substitute-keyword-arguments (package-arguments american-fuzzy-lop) ((#:make-flags _ ''()) |