summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2014-12-26 09:05:25 -0500
committerMark H Weaver <mhw@netris.org>2014-12-26 09:05:25 -0500
commit8a984cb3072fe769ddd2bcefac873222f8f474b6 (patch)
tree271ecf652c575ae8963b0a051a780c3114f197e9 /gnu
parent00c0930019229fb360e5f1b7eedca3ff2e52012b (diff)
parentfb916f4dd6ab5b7f63bc54dd4280357c666002eb (diff)
downloadguix-patches-8a984cb3072fe769ddd2bcefac873222f8f474b6.tar
guix-patches-8a984cb3072fe769ddd2bcefac873222f8f474b6.tar.gz
Merge branch 'master' into xorg-updates
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/qemu.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index 0a37a246bd..77aeecf40c 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