guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: qemu: Update to 2.6.1.


From: Efraim Flashner
Subject: 01/01: gnu: qemu: Update to 2.6.1.
Date: Sun, 21 Aug 2016 04:40:02 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 361272f50e0fc7fc9c0e6c5579525a6686931993
Author: Efraim Flashner <address@hidden>
Date:   Sun Aug 21 01:22:33 2016 +0300

    gnu: qemu: Update to 2.6.1.
    
    * gnu/packages/qemu.scm (qemu): Update to 2.6.1.
---
 gnu/packages/qemu.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index c67e87f..1b9f0ad 100644
--- a/gnu/packages/qemu.scm
+++ b/gnu/packages/qemu.scm
@@ -69,14 +69,14 @@
 (define-public qemu
   (package
     (name "qemu")
-    (version "2.6.0")
+    (version "2.6.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://wiki.qemu-project.org/download/qemu-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1v1lhhd6m59hqgmiz100g779rjq70pik5v4b3g936ci73djlmb69"))))
+               "1l88iqk0swqccrnjwczgl9arqsvy77bis862zxajy7z3dqdzshj9"))))
     (build-system gnu-build-system)
     (arguments
      '(;; Running tests in parallel can occasionally lead to failures, like:



reply via email to

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