guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 18905cfc4cdbb99cbf0b2838439fc19ace0a45b9
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Mon Mar 16 10:31:49 2026 +0900

    gnu: aflplusplus: Update to 4.40c.
    
    * gnu/packages/debug.scm (aflplusplus): Update to 4.40c.
    
    Change-Id: Ie1cf588398d35f79e8e5efdec42a9d3a9f98fb96
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/debug.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index aba2a8b7dd..38e20eeea5 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -428,7 +428,7 @@ tool.")
                        (delete 'check))))) ; tests are run during 'install 
phase
     (package
       (name "aflplusplus")
-      (version "4.35c")
+      (version "4.40c")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -437,7 +437,7 @@ tool.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0mwamvyv2ckfxrrns4cnhx9gf2dn9jjgi9dc1qp3cwjasbghg5lg"))))
+                  "00v174pxkj74pa2rcgkcbvxdq3sax9la33g3ikpjd3x1ck69mla2"))))
       (build-system gnu-build-system)
       (arguments
        (substitute-keyword-arguments arguments-american-fuzzy-lop

Reply via email to