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.2.0.


From: Mark H. Weaver
Subject: 01/01: gnu: qemu: Update to 2.2.0.
Date: Fri, 26 Dec 2014 14:00:48 +0000

mhw pushed a commit to branch master
in repository guix.

commit fb916f4dd6ab5b7f63bc54dd4280357c666002eb
Author: Mark H Weaver <address@hidden>
Date:   Fri Dec 26 09:00:12 2014 -0500

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

diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index 0a37a24..77aeecf 100644
--- a/gnu/packages/qemu.scm
+++ b/gnu/packages/qemu.scm
@@ -42,14 +42,14 @@
   ;; This is QEMU without GUI support.
   (package
     (name "qemu-headless")
-    (version "2.0.0")
+    (version "2.2.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://wiki.qemu-project.org/download/qemu-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0frsahiw56jr4cqr9m6s383lyj4ar9hfs2wp3y4yr76krah1mk30"))))
+               "1703c3scl5n07gmpilg7g2xzyxnr7jczxgx6nn4m8kv9gin9p35n"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (alist-replace



reply via email to

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