mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bump slurm version
This commit is contained in:
parent
503dd9cb74
commit
0f6c23fec6
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue