* [bug#67871] [PATCH] gnu: qemu: Update to 8.1.3.
@ 2023-12-17 19:57 Ekaitz Zarraga
2023-12-19 14:33 ` bug#67871: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Ekaitz Zarraga @ 2023-12-17 19:57 UTC (permalink / raw)
To: 67871; +Cc: efraim, Ekaitz Zarraga
* gnu/packages/virtualization.scm (qemu): Update to 8.1.3.
Change-Id: I9e9e90b836a0307637ead5893594b20d6850fe90
---
This patch obseletes <https://issues.guix.gnu.org/issue/66910>
gnu/packages/virtualization.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#67871: [PATCH] gnu: qemu: Update to 8.1.3.
2023-12-17 19:57 [bug#67871] [PATCH] gnu: qemu: Update to 8.1.3 Ekaitz Zarraga
@ 2023-12-19 14:33 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2023-12-19 14:33 UTC (permalink / raw)
To: Ekaitz Zarraga; +Cc: 67871-done, 66910-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-19 14:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-17 19:57 [bug#67871] [PATCH] gnu: qemu: Update to 8.1.3 Ekaitz Zarraga
2023-12-19 14:33 ` bug#67871: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.