me
/
guix
Archived
1
0
Fork 0

gnu: qemu: Update to 7.2.4.

* gnu/packages/virtualization.scm (qemu): Update to 7.2.4.
master
Tobias Geerinckx-Rice 2023-07-23 02:00:00 +02:00
parent 005912c595
commit bfb480e76f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -160,15 +160,14 @@
(define-public qemu
(package
(name "qemu")
(version "7.2.1")
(version "7.2.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz"))
(sha256
(base32
"0fypm8blv0la17vvlx6h38nhq2rpavflr9i9zsjl6ylxryd6k1cc"))
(base32 "0795l8xsy67fnh4mbdz40jm880iisd7q6d7ly6nfzpac3gjr8zyf"))
(patches (search-patches "qemu-build-info-manual.patch"
"qemu-disable-aarch64-migration-test.patch"
"qemu-fix-agent-paths.patch"))