add qemu 6.1

This commit is contained in:
Yann Dupont 2021-08-31 22:21:55 +02:00
parent 4a937f6915
commit 35cc460db4

View file

@ -1255,7 +1255,7 @@ for most inputs, but the resulting compressed files are anywhere from 20% to
(package
(inherit ceph)
(name "glicid-ceph-14")
(version "14.2.21")
(version "14.2.22")
(source
(origin
@ -1493,6 +1493,29 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
(define-public glicid-ceph glicid-ceph-15)
(define-public glicid-qemu
(package
(inherit qemu)
(name "glicid-qemu")
(version "6.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.qemu.org/qemu-"
version ".tar.xz"))
(sha256
(base32
"15iw7982g6vc4jy1l9kk1z9sl5bm1bdbwr74y7nvwjs1nffhig7f"))
)
)
)
)
(define-public qemu-with-rbd