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-upstream to 23.02.0 release See merge request glicid-public/guix-glicid!225
This commit is contained in:
commit
ed08327d9a
1 changed files with 16 additions and 7 deletions
|
@ -167,17 +167,26 @@
|
||||||
(package
|
(package
|
||||||
(inherit slurm)
|
(inherit slurm)
|
||||||
(name "slurm-upstream")
|
(name "slurm-upstream")
|
||||||
(version "23.02.0rc1")
|
(version "23.02.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
|
||||||
(method git-fetch)
|
; (method git-fetch)
|
||||||
(uri (git-reference
|
; (uri (git-reference
|
||||||
(url "https://github.com/SchedMD/slurm")
|
; (url "https://github.com/SchedMD/slurm")
|
||||||
(commit "0rc1")))
|
; (commit "slurm-23-02-0-1")))
|
||||||
(file-name (git-file-name name version))
|
; (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
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iwyvkfipizy46fi5plc3h8qvympx41l5bw58jw4kx01qi5fvj0z"))))))
|
"186fahlsl2500lrmb8ydzkli0i4bcyaf32y5fj87z9bi93905f91"))))))
|
||||||
|
|
||||||
|
|
||||||
(define slurm-23.02-latest
|
(define slurm-23.02-latest
|
||||||
(latest-version slurm slurm-23.02-upstream))
|
(latest-version slurm slurm-23.02-upstream))
|
||||||
|
|
Loading…
Add table
Reference in a new issue