mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump slurm-upstream to 23.02.0 release
This commit is contained in:
parent
b442891303
commit
ec505d3366
1 changed files with 16 additions and 7 deletions
|
@ -167,17 +167,26 @@
|
|||
(package
|
||||
(inherit slurm)
|
||||
(name "slurm-upstream")
|
||||
(version "23.02.0rc1")
|
||||
(version "23.02.0")
|
||||
(source (origin
|
||||
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/SchedMD/slurm")
|
||||
(commit "0rc1")))
|
||||
(file-name (git-file-name name version))
|
||||
; (method git-fetch)
|
||||
; (uri (git-reference
|
||||
; (url "https://github.com/SchedMD/slurm")
|
||||
; (commit "slurm-23-02-0-1")))
|
||||
; (file-name (git-file-name name version))
|
||||
; (sha256
|
||||
; (base32
|
||||
; "1iwyvkfipizy46fi5plc3h8qvympx41l5bw58jw4kx01qi5fvj0z"))))))
|
||||
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.schedmd.com/slurm/slurm-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1iwyvkfipizy46fi5plc3h8qvympx41l5bw58jw4kx01qi5fvj0z"))))))
|
||||
"186fahlsl2500lrmb8ydzkli0i4bcyaf32y5fj87z9bi93905f91"))))))
|
||||
|
||||
|
||||
(define slurm-23.02-latest
|
||||
(latest-version slurm slurm-23.02-upstream))
|
||||
|
|
Loading…
Add table
Reference in a new issue