guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: qemu: Update to 7.2.4.


From: guix-commits
Subject: branch master updated: gnu: qemu: Update to 7.2.4.
Date: Tue, 25 Jul 2023 17:38:42 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bfb480e76f gnu: qemu: Update to 7.2.4.
bfb480e76f is described below

commit bfb480e76f7968f8e39e37e64681b0fd062edb1e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200

    gnu: qemu: Update to 7.2.4.
    
    * gnu/packages/virtualization.scm (qemu): Update to 7.2.4.
---
 gnu/packages/virtualization.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 3f6c32f390..729c61de8d 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -160,15 +160,14 @@
 (define-public qemu
   (package
     (name "qemu")
-    (version "7.2.1")
+    (version "7.2.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.qemu.org/qemu-";
                            version ".tar.xz"))
        (sha256
-        (base32
-         "0fypm8blv0la17vvlx6h38nhq2rpavflr9i9zsjl6ylxryd6k1cc"))
+        (base32 "0795l8xsy67fnh4mbdz40jm880iisd7q6d7ly6nfzpac3gjr8zyf"))
        (patches (search-patches "qemu-build-info-manual.patch"
                                 "qemu-disable-aarch64-migration-test.patch"
                                 "qemu-fix-agent-paths.patch"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]