summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Legoll <vincent.legoll@gmail.com>2020-12-29 12:37:21 +0100
committerLeo Famulari <leo@famulari.name>2020-12-30 17:53:07 -0500
commit50abaf63879c93e0ea0e09883defe639396fb04c (patch)
tree6cc5d9eb5b7aa61980b5979313baf7abb5c89c4c
parent6a69568b9e1c6d990c58dc40dee0f5fd1348589c (diff)
downloadguix-50abaf63879c93e0ea0e09883defe639396fb04c.tar.gz
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>
-rw-r--r--gnu/packages/parallel.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index c346ad22d0..3f03792ffd 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -108,7 +108,7 @@ and they are executed on lists of files, hosts, users or other items.")
 (define-public slurm
   (package
    (name "slurm")
-   (version "20.02.5")
+   (version "20.11.2")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -116,7 +116,7 @@ and they are executed on lists of files, hosts, users or other items.")
                   version ".tar.bz2"))
             (sha256
              (base32
-              "08qp60rxsny6fcx58xim88avx7f7h7q1vpq3lfw6nlha04r7lan3"))
+              "15h2vs58apgdz02ijgr46090vjyaa81qcm76mm6fxlvkkfd4pyxp"))
             (modules '((guix build utils)))
             (snippet
              '(begin