mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump slurm version
This commit is contained in:
parent
16906314af
commit
439a33aca0
1 changed files with 4 additions and 2 deletions
|
@ -169,12 +169,12 @@
|
||||||
(package
|
(package
|
||||||
(inherit slurm)
|
(inherit slurm)
|
||||||
(name "slurm-upstream")
|
(name "slurm-upstream")
|
||||||
(version "22.05.2")
|
(version "22.05.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.schedmd.com/slurm/slurm-" version ".tar.bz2"))
|
(uri (string-append "https://download.schedmd.com/slurm/slurm-" version ".tar.bz2"))
|
||||||
(sha256 (base32 "0hbc4wzjcf4wrkv1j9h1nxh453dh2i7vxjyg8k9vs34vrkqx3wlg"))
|
(sha256 (base32 "1khglnjhnfd7k9x6c5kn40zalvcq0nxinxv5z04p82vw9y6ck1zn"))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -201,3 +201,5 @@
|
||||||
|
|
||||||
(define-public slurm-glicid slurm-22.05-glicid)
|
(define-public slurm-glicid slurm-22.05-glicid)
|
||||||
(define-public slurm-ccipl slurm-21.08-glicid)
|
(define-public slurm-ccipl slurm-21.08-glicid)
|
||||||
|
|
||||||
|
;slurm-22.05-glicid
|
Loading…
Add table
Reference in a new issue