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

View File

@ -160,7 +160,7 @@
(define-public qemu (define-public qemu
(package (package
(name "qemu") (name "qemu")
(version "7.2.0") (version "7.2.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -168,7 +168,7 @@
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0mr1xd78bgp1l61281sdx0338ji0aa68j2p9994sskblhwkcwjav")) "0fypm8blv0la17vvlx6h38nhq2rpavflr9i9zsjl6ylxryd6k1cc"))
(patches (search-patches "qemu-build-info-manual.patch" (patches (search-patches "qemu-build-info-manual.patch"
"qemu-disable-aarch64-migration-test.patch" "qemu-disable-aarch64-migration-test.patch"
"qemu-fix-agent-paths.patch")) "qemu-fix-agent-paths.patch"))