guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 983591365031ab1cbd22acf6b1376c6c703dd617
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Mon Jan 12 11:14:34 2026 +0900
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 <[email protected]>
Modified-by: Cayetano Santos <[email protected]>
---
gnu/packages/debug.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index e33d22d179..61d08a08a3 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -531,8 +531,8 @@ server and embedded PowerPC, and S390 guests.")
(define-public qemu-for-aflplusplus
(let ((base qemu-minimal)
- (commit "790d2124fd054621d3c0d3ec31bea114b60601f9")
- (revision "0"))
+ (commit "60ebd5624c60589e276cf287516b925a9ee35b87")
+ (revision "1"))
(hidden-package
(package
(inherit base)
@@ -546,7 +546,7 @@ server and embedded PowerPC, and S390 guests.")
(recursive? #t)))
(file-name (git-file-name name version))
(sha256
- (base32 "1l2kl8768l4mbkiaj63zn6gsdn3qpl3rg7s6h62rmd7599ar3xn3"))))
+ (base32 "1vz7k1ssfnlimkpc01fqin27r2k4a23cwpxj2bbmsp7d3175bjbz"))))
(arguments
(substitute-keyword-arguments (package-arguments base)
((#:configure-flags _ #~'())