all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ekaitz Zarraga <ekaitz@elenq.tech>
To: 66910@debbugs.gnu.org
Subject: [bug#66910] [PATCH] gnu: qemu: Update to 8.1.2
Date: Fri, 03 Nov 2023 10:05:51 +0000	[thread overview]
Message-ID: <WLaefHNEPUTAlCzEy_GiEyOxAfhgcCMrJSy97uKZDEVgVSVunn_z9NgnZRLLh34PXfkfwfnyZec-0XECU13vw1xsUF37E3vT7nzruK7l4aA=@elenq.tech> (raw)

From ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5 Mon Sep 17 00:00:00 2001
Message-ID: <ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5.1699005896.git.ekaitz@elenq.tech>
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Fri, 3 Nov 2023 11:03:38 +0100
Subject: [PATCH] gnu: qemu: Update to 8.1.2

* gnu/packages/virtualization.scm (qemu): Update to 8.1.2
---
 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..58231e5689 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.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.qemu.org/qemu-"
                            version ".tar.xz"))
        (sha256
-        (base32 "1vvxmd7xbkl083anpqm797m070qi8n5wc5qid0ppbyq0wpsjxkip"))
+        (base32 "11zhsin4xbx8q0iiqp8357m64gi5xdmc8ppzsaab8vjpcjkjc5al"))
        (patches (search-patches "qemu-disable-some-qtests-tests.patch"
                                 "qemu-fix-agent-paths.patch"))
        (modules '((guix build utils)))

base-commit: 28ebbe2be8829a4767b9789c6353ad5e826d1164
-- 
2.41.0






             reply	other threads:[~2023-11-03 10:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-03 10:05 Ekaitz Zarraga [this message]
2023-11-23  9:57 ` [bug#66910] [PATCH] gnu: qemu: Update to 8.1.2 Ludovic Courtès
2023-11-23 16:32   ` Ekaitz Zarraga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='WLaefHNEPUTAlCzEy_GiEyOxAfhgcCMrJSy97uKZDEVgVSVunn_z9NgnZRLLh34PXfkfwfnyZec-0XECU13vw1xsUF37E3vT7nzruK7l4aA=@elenq.tech' \
    --to=ekaitz@elenq.tech \
    --cc=66910@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.