me
/
guix
Archived
1
0
Fork 0

gnu: qemu: Update to 7.2.1.

* gnu/packages/virtualization.scm (qemu): Update to 7.2.1.
master
Maxim Cournoyer 2023-04-17 23:06:38 -04:00
parent c4c048032b
commit e8e62d8bf2
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions
gnu/packages

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"))