mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
add qemu 6.1
This commit is contained in:
parent
4a937f6915
commit
35cc460db4
1 changed files with 24 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue