use same version (qemu 6.1)

This commit is contained in:
Yann Dupont 2021-10-13 09:30:29 +02:00
parent 5101a90520
commit f2fcab1db5

View file

@ -1501,22 +1501,22 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
(inherit qemu) (inherit qemu)
(name "glicid-qemu") (name "glicid-qemu")
; (version "6.1.0") ;; hang on check with version 6.1.0 ; (version "6.1.0") ;; hang on check with version 6.1.0
(version "6.0.0") ; (version "6.0.0")
(source ; (source
(origin ; (origin
(method url-fetch) ; (method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-" ; (uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz")) ; version ".tar.xz"))
(sha256 ; (sha256
(base32 ; (base32
; 6.1.0 ; "15iw7982g6vc4jy1l9kk1z9sl5bm1bdbwr74y7nvwjs1nffhig7f") ;; 6.1.0 ; "15iw7982g6vc4jy1l9kk1z9sl5bm1bdbwr74y7nvwjs1nffhig7f")
"1f9hz8rf12jm8baa7kda34yl4hyl0xh0c4ap03krfjx23i3img47" ; "1f9hz8rf12jm8baa7kda34yl4hyl0xh0c4ap03krfjx23i3img47"
) ; )
) ; )
) ; )
) ; )
) )
) )