mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: qemu: Update to 4.1.1.
* gnu/packages/virtualization.scm (qemu): Update to 4.1.1. [source](patches): Remove.
This commit is contained in:
parent
7c8695ae8a
commit
9e04cd0808
1 changed files with 2 additions and 11 deletions
|
@ -107,23 +107,14 @@ (define (qemu-patch commit file-name sha256)
|
|||
(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:
|
||||
|
|
Loading…
Reference in a new issue