[PATCH] gnu: qemu: Update to 8.1.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Ekaitz Zarraga
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal

Debbugs page

Ekaitz Zarraga wrote 1 years ago
(address . guix-patches@gnu.org)
69fb5f87675cda6eb28e7809078abc630f67077c.1702843076.git.ekaitz@elenq.tech
* gnu/packages/virtualization.scm (qemu): Update to 8.1.3.

Change-Id: I9e9e90b836a0307637ead5893594b20d6850fe90
---


gnu/packages/virtualization.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index ea4601a5d0..35bac9a5ac 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -25,7 +25,7 @@
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2022 Oleg Pykhalov <go.wigust@gmail.com>
-;;; Copyright © 2022 Ekaitz Zarraga <ekaitz@elenq.tech>
+;;; Copyright © 2022, 2023 Ekaitz Zarraga <ekaitz@elenq.tech>
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2023 Juliana Sims <juli@incana.org>
@@ -166,14 +166,14 @@ (define (qemu-patch commit file-name sha256-bv)
(define-public qemu
(package
(name "qemu")
- (version "8.1.1")
+ (version "8.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz"))
(sha256
- (base32 "1vvxmd7xbkl083anpqm797m070qi8n5wc5qid0ppbyq0wpsjxkip"))
+ (base32 "1fv5wbxpjxqzv10bdlq0ykgqfmzqx4s8yfch9zvqcm8h0il1gk23"))
(patches (search-patches "qemu-disable-some-qtests-tests.patch"
"qemu-fix-agent-paths.patch"))
(modules '((guix build utils)))

base-commit: 58bbb38c5bd2e42aab9e9408d8c9d8da3409f178
--
2.41.0
Efraim Flashner wrote 1 years ago
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)
ZYGpoNtW5-pX5Pjj@3900XT
Patch pushed! Thanks.

--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmWBqaAACgkQQarn3Mo9
g1FtZQ//ajbNwWTv4e2lyKf+QwdYkQBnXyvrB5TZhLH0Wak+t7jOhvjka4wl9zpI
/MxuSBflLiAYIxnbY8XZcgYVQR68bQh7En+GdbeZXoPGGC5w94CSP+jJm/j/lbt+
d0pFOK/6J4fDEWfbZxYebqw1nAh3ZCxdrSd28YpbaBD1NoGjnZbi6JUkMv77bMU3
xi9NiSq7Urg/PeKYJ7XaKor5YRk8VwZS2v42oZ5Et80OcoET1PnLZ3AZ9Bm1kHyB
GONp9fonaRkdUbk1uRIOQ5qTgtE2dsluwdGXK0vZK8vRvMNzg05r9SMqS99lICXC
PTGivK76nnT1EMTtClKSumXAPOKbSalADIg3+F3ax1tJV4uPvUhndRy3qW0Md9bf
7ORg7DFsXPgmc/1xC30qyk7f/rRoQZJ2e4xrNhOBmtwYBrFKfDVA3PY+E351qOUI
z50Y/7o23NgYMFnbajb0I4BTBS2llK+ybA57geo+jQ2PQ0CSYuQOvNfKosG8DNox
UubCWgKUqDGy7B6dr737Omi2LzfPdlTF199LyQzpPKMtWJW9g6yxkM6yKyLHiAaR
P2+knqu3utn5T3BmBdXb52jSosLZbhCxA+KUhaaBflDJqEhAuQGliwZcRqW14qNT
xM1MVy6RyqvKTtkGImMFloImrs8stbZibKg1BTBnAmvvxXWWFH0=
=HjN6
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67871@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67871
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help