gnu: qemu: Update to 8.1.1.

* gnu/packages/virtualization.scm (qemu): Update to 8.1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-24 02:00:00 +02:00
parent df7c91785c
commit bd4761e01e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -164,14 +164,14 @@ (define (qemu-patch commit file-name sha256-bv)
(define-public qemu (define-public qemu
(package (package
(name "qemu") (name "qemu")
(version "8.1.0") (version "8.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-" (uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 "0m8fbyr3xv6gi95ma0sksxfqmyj3pi4zcrgg5rvd8d73k08i033i")) (base32 "1vvxmd7xbkl083anpqm797m070qi8n5wc5qid0ppbyq0wpsjxkip"))
(patches (search-patches "qemu-disable-some-qtests-tests.patch" (patches (search-patches "qemu-disable-some-qtests-tests.patch"
"qemu-fix-agent-paths.patch")) "qemu-fix-agent-paths.patch"))
(modules '((guix build utils))) (modules '((guix build utils)))