me
/
guix
Archived
1
0
Fork 0

gnu: qemu: Update to 8.1.1.

* gnu/packages/virtualization.scm (qemu): Update to 8.1.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -164,14 +164,14 @@
(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)))