diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-03-16 10:31:49 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-19 18:13:23 +0100 |
| commit | 18905cfc4cdbb99cbf0b2838439fc19ace0a45b9 (patch) | |
| tree | 2116797c61ff4408ba5390aa478b18b0b14139f4 /gnu/packages | |
| parent | 75e55e42cd54682d2561a83e5f023b35a8c9078a (diff) | |
gnu: aflplusplus: Update to 4.40c.
* gnu/packages/debug.scm (aflplusplus): Update to 4.40c.
Change-Id: Ie1cf588398d35f79e8e5efdec42a9d3a9f98fb96
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
| -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 aba2a8b7dd6..38e20eeea5e 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 |
