mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'devel' into 'main'
Devel See merge request glicid-public/guix-glicid!331
This commit is contained in:
commit
9e022d048c
1 changed files with 3 additions and 3 deletions
|
@ -200,14 +200,14 @@
|
|||
(package
|
||||
(inherit slurm)
|
||||
(name "slurm-upstream")
|
||||
(version "22.05.9")
|
||||
(version "22.05.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.schedmd.com/slurm/slurm-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lnhhpsyzcz8hnjb4bxdxpyqlrkxwgg832d545n25fm77hljywqb"))))))
|
||||
"0vjc2kc9blky6y222db21rm15yqqijyv28kwp734c5acc4mdmqac"))))))
|
||||
|
||||
(define slurm-22.05-latest
|
||||
(latest-version slurm slurm-22.05-upstream))
|
||||
|
@ -226,7 +226,7 @@
|
|||
(define-public slurm-22.05-glicid
|
||||
(package
|
||||
(inherit slurm-22.05-glicid-std)
|
||||
(version "22.05.9")
|
||||
(version "22.05.10")
|
||||
(name "slurm-glicid")
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
Loading…
Add table
Reference in a new issue