mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: slurm: Add old 20.02 version back.
* gnu/packages/parallel.scm (slurm-20.02): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
069bb95ab2
commit
c356c751e2
1 changed files with 15 additions and 0 deletions
|
@ -195,6 +195,21 @@ (define-public slurm
|
|||
;; <https://slurm.schedmd.com/troubleshoot.html#network>. Thus, keep older
|
||||
;; releases here. See also <https://issues.guix.gnu.org/44387>.
|
||||
|
||||
(define-public slurm-20.02
|
||||
(package
|
||||
(inherit slurm)
|
||||
(version "20.02.6-1")
|
||||
(source (origin
|
||||
(inherit (package-source slurm))
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://download.schedmd.com/slurm/slurm-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qj4blfymrd2ry2qmb58l3jbr4jwygc3adcfw7my27rippcijlyc"))))))
|
||||
|
||||
|
||||
(define-public slurm-19.05
|
||||
(package
|
||||
(inherit slurm)
|
||||
|
|
Loading…
Reference in a new issue