[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: qemu: Update to 4.1.1.
From: |
guix-commits |
Subject: |
08/12: gnu: qemu: Update to 4.1.1. |
Date: |
Thu, 21 Nov 2019 16:44:06 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 9e04cd0808c5d15c1b2709cd769bfe9a660e2427
Author: Marius Bakke <address@hidden>
Date: Thu Nov 21 15:32:17 2019 +0100
gnu: qemu: Update to 4.1.1.
* gnu/packages/virtualization.scm (qemu): Update to 4.1.1.
[source](patches): Remove.
---
gnu/packages/virtualization.scm | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index a4b94b7..0210c29 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -107,23 +107,14 @@
(define-public qemu
(package
(name "qemu")
- (version "4.1.0")
+ (version "4.1.1")
(source (origin
(method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz"))
(sha256
(base32
- "1ih9v6gxgild3m4g80ld4dr3wp9db3bpy203k73fxgc9hqhn0vk5"))
- (patches
- (list
- ;; Fix an ordering issue with recent kernels, see
- ;; <https://bugs.gnu.org/37860>.
- (qemu-patch
- "bf9e0313c27d8e6ecd7f7de3d63e1cb25d8f6311"
- "qemu-tests-make-filemonitor-test-more-robust.patch"
- (base32
- "1242wqpr8id3cn88pzbig3sqh4znml0g0h2mwdmdyhp81blq7s7n"))))))
+ "1lm1jndfpc5sydwrxyiz5sms414zkcg9jdl0zx318qbjsayxnvzd"))))
(build-system gnu-build-system)
(arguments
'(;; Running tests in parallel can occasionally lead to failures, like:
- branch master updated (8da527d -> a31b9da), guix-commits, 2019/11/21
- 06/12: gnu: libseccomp: Update to 2.4.2., guix-commits, 2019/11/21
- 02/12: gnu: ungoogled-chromium: Update to 78.0.3904.108-0.8f06513 [security fixes]., guix-commits, 2019/11/21
- 05/12: gnu: jsoncpp: Update to 1.9.2., guix-commits, 2019/11/21
- 10/12: gnu: Add emacs-openwith., guix-commits, 2019/11/21
- 01/12: gnu: ungoogled-chromium: Increase resource limits in separate phase., guix-commits, 2019/11/21
- 03/12: gnu: minetest: Adjust indentation., guix-commits, 2019/11/21
- 04/12: gnu: json-modern-cxx: Update to 3.7.3., guix-commits, 2019/11/21
- 08/12: gnu: qemu: Update to 4.1.1.,
guix-commits <=
- 09/12: gnu: lxc: Adjust for GCC 7., guix-commits, 2019/11/21
- 11/12: gnu: monero: Update to 0.15.0.1., guix-commits, 2019/11/21
- 07/12: gnu: nginx: Update to 1.17.6., guix-commits, 2019/11/21
- 12/12: gnu: monero-gui: Update to 0.15.0.1., guix-commits, 2019/11/21