gnu: QEMU: Update to 6.2.0.

* gnu/packages/patches/qemu-CVE-2021-20203.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (qemu): Update to 6.2.0.
[source](patches): Remove obsolete patch.
This commit is contained in:
Marius Bakke 2022-01-11 17:18:21 +01:00
parent 96c214f505
commit 30c3ab3807
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
3 changed files with 3 additions and 177 deletions

View file

@ -152,7 +152,7 @@
(define-public qemu
(package
(name "qemu")
(version "6.1.0")
(version "6.2.0")
(source
(origin
(method url-fetch)
@ -160,9 +160,8 @@
version ".tar.xz"))
(sha256
(base32
"15iw7982g6vc4jy1l9kk1z9sl5bm1bdbwr74y7nvwjs1nffhig7f"))
(patches (search-patches "qemu-CVE-2021-20203.patch"
"qemu-build-info-manual.patch"
"0iavlsy9hin8k38230j8lfmyipx3965zljls1dp34mmc8n75vqb8"))
(patches (search-patches "qemu-build-info-manual.patch"
"qemu-fix-agent-paths.patch"))
(modules '((guix build utils)))
(snippet