1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-13 12:45:53 +02:00

gnu: qemu: Update to 7.2.1.

* gnu/packages/virtualization.scm (qemu): Update to 7.2.1.
This commit is contained in:
Maxim Cournoyer
2023-04-17 23:06:38 -04:00
parent c4c048032b
commit e8e62d8bf2
+2 -2
View File
@@ -160,7 +160,7 @@
(define-public qemu
(package
(name "qemu")
(version "7.2.0")
(version "7.2.1")
(source
(origin
(method url-fetch)
@@ -168,7 +168,7 @@
version ".tar.xz"))
(sha256
(base32
"0mr1xd78bgp1l61281sdx0338ji0aa68j2p9994sskblhwkcwjav"))
"0fypm8blv0la17vvlx6h38nhq2rpavflr9i9zsjl6ylxryd6k1cc"))
(patches (search-patches "qemu-build-info-manual.patch"
"qemu-disable-aarch64-migration-test.patch"
"qemu-fix-agent-paths.patch"))