gnu: slurm: Update to 20.11.2.
* gnu/packages/parallel.scm (slurm): Update to 20.11.2. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
6a69568b9e
commit
50abaf6387
1 changed files with 2 additions and 2 deletions
|
@ -108,7 +108,7 @@ (define-public parallel
|
||||||
(define-public slurm
|
(define-public slurm
|
||||||
(package
|
(package
|
||||||
(name "slurm")
|
(name "slurm")
|
||||||
(version "20.02.5")
|
(version "20.11.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -116,7 +116,7 @@ (define-public slurm
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08qp60rxsny6fcx58xim88avx7f7h7q1vpq3lfw6nlha04r7lan3"))
|
"15h2vs58apgdz02ijgr46090vjyaa81qcm76mm6fxlvkkfd4pyxp"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in a new issue