~ruther/guix-local

df2eadaa33e9a4edb1ddd1ed3629d5fbd14bff14 — Nguyễn Gia Phong 7 months ago 4932444
gnu: aflplusplus: Update to 4.34c.

* gnu/packages/debug.scm (aflplusplus): Update to 4.34c.

Closes: guix/guix#3204
Change-Id: I70fa7206ea43269f255e0a5c7acee07319c48804
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/debug.scm
M gnu/packages/debug.scm => gnu/packages/debug.scm +2 -2
@@ 533,7 533,7 @@ server and embedded PowerPC, and S390 guests.")
  (package
    (inherit american-fuzzy-lop)
    (name "aflplusplus")
    (version "4.33c")
    (version "4.34c")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 542,7 542,7 @@ server and embedded PowerPC, and S390 guests.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1h4ya82s1wd11c04r0g0wsq56asl1np3nmsf6yk4vyic9nm0hsq0"))))
                "14pllv986zwzbqarbsif02k618yns4fvqd3br6irzfcwivpysqfa"))))
    (arguments
     (substitute-keyword-arguments (package-arguments american-fuzzy-lop)
       ((#:make-flags _ ''())