[bug#78529] gnu: aflplusplus: Update to 4.32c.

Message ID a616bbc3afe2069e1622b799d1dbe2e7c551c3d8.1747812233.git.mcsinyx@disroot.org
State New
Headers
Series [bug#78529] gnu: aflplusplus: Update to 4.32c. |

Commit Message

guix-patches--- via May 21, 2025, 7:23 a.m. UTC
  * gnu/packages/debug.scm (aflplusplus): Update to 4.32c.

Change-Id: I5e15360386f80ea36134b578127699c34e080c86
---
 gnu/packages/debug.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 11bc17c409d77cd1af91e30b5b9f6a73f873a152
  

Patch

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 5580b4eaf4d8..3e86564e18f9 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -520,7 +520,7 @@  (define-public aflplusplus
   (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 @@  (define-public aflplusplus
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1k43np7vb2kiqj8cg5w4x0xjqr5jafi3pyx12d2i8wdi0sslywrv"))))
+                "1a92mbwk51pih5jb944wqhvmbpy0acpxgvdfbq3c4xw7gisgn5qn"))))
     (arguments
      (substitute-keyword-arguments (package-arguments american-fuzzy-lop)
        ((#:make-flags _ ''())