summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2026-01-12 11:14:34 +0900
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:30:33 +0100
commit89bd110b8208f706f8ad5a6bd3b2360240a47448 (patch)
treefa604ec547d7b63f6891906486aba4ea21ad9ad9 /gnu
parent5b6e622c72b4d9e65efac4c94b1f658560c556bf (diff)
gnu: qemu-for-aflplusplus: Update to 5.2.50-1.60ebd56.
* gnu/packages/debug.scm (qemu-for-aflplusplus): Update to 5.2.50-1.60ebd56. Merges guix/guix!5560 Change-Id: I3f2ebbdf751e8df31319f0e47dc6da83585cb273 Signed-off-by: Cayetano Santos <csantosb@inventati.org> Modified-by: Cayetano Santos <csantosb@inventati.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/debug.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index e33d22d1799..61d08a08a37 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -531,8 +531,8 @@ server and embedded PowerPC, and S390 guests.")
531 531
532(define-public qemu-for-aflplusplus 532(define-public qemu-for-aflplusplus
533 (let ((base qemu-minimal) 533 (let ((base qemu-minimal)
534 (commit "790d2124fd054621d3c0d3ec31bea114b60601f9") 534 (commit "60ebd5624c60589e276cf287516b925a9ee35b87")
535 (revision "0")) 535 (revision "1"))
536 (hidden-package 536 (hidden-package
537 (package 537 (package
538 (inherit base) 538 (inherit base)
@@ -546,7 +546,7 @@ server and embedded PowerPC, and S390 guests.")
546 (recursive? #t))) 546 (recursive? #t)))
547 (file-name (git-file-name name version)) 547 (file-name (git-file-name name version))
548 (sha256 548 (sha256
549 (base32 "1l2kl8768l4mbkiaj63zn6gsdn3qpl3rg7s6h62rmd7599ar3xn3")))) 549 (base32 "1vz7k1ssfnlimkpc01fqin27r2k4a23cwpxj2bbmsp7d3175bjbz"))))
550 (arguments 550 (arguments
551 (substitute-keyword-arguments (package-arguments base) 551 (substitute-keyword-arguments (package-arguments base)
552 ((#:configure-flags _ #~'()) 552 ((#:configure-flags _ #~'())