gnu: qemu: Update to 2.12.1.

* gnu/packages/virtualization.scm (qemu): Update to 2.12.1.
This commit is contained in:
Marius Bakke 2018-08-04 14:07:01 +02:00
parent 00bf557156
commit a066680e20
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@
(define-public qemu (define-public qemu
(package (package
(name "qemu") (name "qemu")
(version "2.12.0") (version "2.12.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-" (uri (string-append "https://download.qemu.org/qemu-"
@ -102,7 +102,7 @@
(patches (search-patches "qemu-CVE-2018-11806.patch")) (patches (search-patches "qemu-CVE-2018-11806.patch"))
(sha256 (sha256
(base32 (base32
"1z66spkm1prvhbq7h5mfnp0i6mmamsb938fqmdfvyrgzc7rh34z6")))) "0krnp2wvggpchc7fdlmyasqy7j17baz8asr2g05x0v00w003hn1k"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(;; Running tests in parallel can occasionally lead to failures, like: '(;; Running tests in parallel can occasionally lead to failures, like: