gnu: QEMU: Update to 7.1.0.

* gnu/packages/patches/qemu-build-info-manual.patch: Remove configure script
stanza.
* gnu/packages/patches/qemu-fix-agent-paths.patch: Adjust patch context.  Use
execl instead of execle to stay consistent with upstream.
* gnu/packages/virtualization.scm (qemu): Update to 7.1.0.
This commit is contained in:
Marius Bakke 2022-09-09 20:00:05 +02:00
parent abf21ba578
commit 0f6f9317ac
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 25 additions and 65 deletions

View file

@ -158,7 +158,7 @@
(define-public qemu
(package
(name "qemu")
(version "6.2.0")
(version "7.1.0")
(source
(origin
(method url-fetch)
@ -166,7 +166,7 @@
version ".tar.xz"))
(sha256
(base32
"0iavlsy9hin8k38230j8lfmyipx3965zljls1dp34mmc8n75vqb8"))
"1rmvrgqjhrvcmchnz170dxvrrf14n6nm39y8ivrprmfydd9lwqx0"))
(patches (search-patches "qemu-build-info-manual.patch"
"qemu-fix-agent-paths.patch"))
(modules '((guix build utils)))