mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
use same version (qemu 6.1)
This commit is contained in:
parent
5101a90520
commit
f2fcab1db5
1 changed files with 14 additions and 14 deletions
|
@ -1501,22 +1501,22 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
|
|||
(inherit qemu)
|
||||
(name "glicid-qemu")
|
||||
; (version "6.1.0") ;; hang on check with version 6.1.0
|
||||
(version "6.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.qemu.org/qemu-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
; 6.1.0 ; "15iw7982g6vc4jy1l9kk1z9sl5bm1bdbwr74y7nvwjs1nffhig7f")
|
||||
"1f9hz8rf12jm8baa7kda34yl4hyl0xh0c4ap03krfjx23i3img47"
|
||||
)
|
||||
)
|
||||
)
|
||||
; (version "6.0.0")
|
||||
; (source
|
||||
; (origin
|
||||
; (method url-fetch)
|
||||
; (uri (string-append "https://download.qemu.org/qemu-"
|
||||
; version ".tar.xz"))
|
||||
; (sha256
|
||||
; (base32
|
||||
;; 6.1.0 ; "15iw7982g6vc4jy1l9kk1z9sl5bm1bdbwr74y7nvwjs1nffhig7f")
|
||||
; "1f9hz8rf12jm8baa7kda34yl4hyl0xh0c4ap03krfjx23i3img47"
|
||||
; )
|
||||
; )
|
||||
; )
|
||||
|
||||
|
||||
)
|
||||
; )
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue