me
/
guix
Archived
1
0
Fork 0

gnu: qemu: Update to 2.2.0.

* gnu/packages/qemu.scm (qemu): Update to 2.2.0.
master
Mark H Weaver 2014-12-26 09:00:12 -05:00
parent 53a427cf20
commit fb916f4dd6
1 changed files with 2 additions and 2 deletions

View File

@ -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