mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
bump slurm version See merge request glicid-public/guix-glicid!265
This commit is contained in:
commit
426c1253ad
1 changed files with 2 additions and 2 deletions
|
@ -143,14 +143,14 @@
|
||||||
(package
|
(package
|
||||||
(inherit slurm)
|
(inherit slurm)
|
||||||
(name "slurm-upstream")
|
(name "slurm-upstream")
|
||||||
(version "22.05.8")
|
(version "22.05.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.schedmd.com/slurm/slurm-"
|
(uri (string-append "https://download.schedmd.com/slurm/slurm-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n72ifr7yixygs4rpghw0dw2k1iy9f0ci0h14xrjj1jywj2nc47g"))))))
|
"1lnhhpsyzcz8hnjb4bxdxpyqlrkxwgg832d545n25fm77hljywqb"))))))
|
||||||
|
|
||||||
(define slurm-22.05-latest
|
(define slurm-22.05-latest
|
||||||
(latest-version slurm slurm-22.05-upstream))
|
(latest-version slurm slurm-22.05-upstream))
|
||||||
|
|
Loading…
Add table
Reference in a new issue