gnu: qemu: Update to 2.6.1.

* gnu/packages/qemu.scm (qemu): Update to 2.6.1.
This commit is contained in:
Efraim Flashner 2016-08-21 01:22:33 +03:00
parent 580dfc3329
commit 361272f50e
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -69,14 +69,14 @@ (define (qemu-patch commit file-name sha256)
(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: