diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 16:49:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 21:56:21 +0200 |
commit | f72e2d216b2d28bfba368431a9738204e0450b52 (patch) | |
tree | 67c1364c238dcb9231246028ca5eaf7387a78edc | |
parent | b83a8c7d9d55c45992107a2806f070eec44de89f (diff) | |
download | guix-f72e2d216b2d28bfba368431a9738204e0450b52.tar.gz |
gnu: slurm: Update to 20.11.7.
* gnu/packages/parallel.scm (slurm): Update to 20.11.7.
-rw-r--r-- | gnu/packages/parallel.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm index 17e2a7f7fe..ffca2defbf 100644 --- a/gnu/packages/parallel.scm +++ b/gnu/packages/parallel.scm @@ -138,7 +138,7 @@ execution is also possible.") (define-public slurm (package (name "slurm") - (version "20.11.3") + (version "20.11.7") (source (origin (method url-fetch) (uri (string-append @@ -146,7 +146,7 @@ execution is also possible.") version ".tar.bz2")) (sha256 (base32 - "1s70x6yh60sx63dgmp5rlhq8jcz7kxv9pk8gbs9v1jg8zps5h5bk")) + "1fdjihg1x7ks5l77yjv14a4mg6r0v8c3zk1dcxkhrhq3n4dc9nbs")) (modules '((guix build utils))) (snippet '(begin |