Merge branch 'devel' into 'main'

bump slurm version

See merge request glicid-public/guix-glicid!223
This commit is contained in:
Yann Dupont 2023-02-28 08:45:37 +00:00
commit c5b33eebf0

View file

@ -143,14 +143,14 @@
(package
(inherit slurm)
(name "slurm-upstream")
(version "22.05.7")
(version "22.05.8")
(source (origin
(method url-fetch)
(uri (string-append "https://download.schedmd.com/slurm/slurm-"
version ".tar.bz2"))
(sha256
(base32
"0gihqcp8b87jqi9yix0zixg2lnsgkzn0s11lgfffamjxwm2jb9xw"))))))
"1n72ifr7yixygs4rpghw0dw2k1iy9f0ci0h14xrjj1jywj2nc47g"))))))
(define slurm-22.05-latest
(latest-version slurm slurm-22.05-upstream))
@ -185,7 +185,7 @@
(define-public slurm-23.02-glicid
(package
(inherit slurm-23.02-latest)
(name "slurm-glicid")
(name "slurm-upstream-glicid")
(inputs (modify-inputs (package-inputs slurm-23.02-latest)
(prepend gtk+-2
`(,mariadb "dev")