guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: qemu: Update to 2.6.0.


From: Efraim Flashner
Subject: 08/16: gnu: qemu: Update to 2.6.0.
Date: Mon, 16 May 2016 03:10:51 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit a2ccaa0d790004c1c303a4421f7494ef73b65bd5
Author: Efraim Flashner <address@hidden>
Date:   Thu May 12 18:48:35 2016 +0300

    gnu: qemu: Update to 2.6.0.
    
    * gnu/packages/qemu.scm (qemu): Update to 2.6.0.
    [arguments]: Re-enable parallel tests.
---
 gnu/packages/qemu.scm |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index 9e3fbf4..6dd6ce4 100644
--- a/gnu/packages/qemu.scm
+++ b/gnu/packages/qemu.scm
@@ -55,20 +55,17 @@
 (define-public qemu
   (package
     (name "qemu")
-    (version "2.5.1.1")
+    (version "2.6.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://wiki.qemu-project.org/download/qemu-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1rpgr1v6gnsdb4bcxwn1krsz4d4h9xgvlg6ark648nkn8dp99n98"))))
+               "1v1lhhd6m59hqgmiz100g779rjq70pik5v4b3g936ci73djlmb69"))))
     (build-system gnu-build-system)
     (arguments
-     '(;; FIXME: On x86_64, the test 'check-qtest-x86_64' sometimes fails when
-       ;; parallel builds are enabled.
-       #:parallel-tests? #f
-       #:phases (alist-replace
+     '(#:phases (alist-replace
                  'configure
                  (lambda* (#:key inputs outputs (configure-flags '())
                            #:allow-other-keys)



reply via email to

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