mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
new 20.11 slurm version
This commit is contained in:
parent
dd7addf8e3
commit
22bead6ac3
1 changed files with 14 additions and 0 deletions
|
@ -148,6 +148,20 @@
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
|
(define-public glicid-custom-slurm-20.11
|
||||||
|
(package
|
||||||
|
(inherit glicid-custom-slurm-20.02)
|
||||||
|
(name "glicid-custom-slurm-20.11")
|
||||||
|
(version "20.11.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://download.schedmd.com/slurm/slurm-" version ".tar.bz2"))
|
||||||
|
(sha256 (base32 "1s70x6yh60sx63dgmp5rlhq8jcz7kxv9pk8gbs9v1jg8zps5h5bk"))
|
||||||
|
))
|
||||||
|
))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(define-public glicid-librdkafka-09
|
(define-public glicid-librdkafka-09
|
||||||
|
|
Loading…
Add table
Reference in a new issue