summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-01-30 23:49:02 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-01-30 23:49:02 +0200
commit8d7bc7932f24cbe8f806574298968f70dc789a03 (patch)
treeb8305b71a2576bf377fc87d7c0d31572579dac7f /gnu/packages
parentebf88ff593bf02e15d348e41df2139ae58ac0b6a (diff)
downloadguix-8d7bc7932f24cbe8f806574298968f70dc789a03.tar.gz
gnu: slurm: Update to 20.11.3.
* gnu/packages/parallel.scm (slurm): Update to 20.11.3.
Diffstat (limited to 'gnu/packages')
-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 7446ff5a67..15a15581f0 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.11.2")
+   (version "20.11.3")
    (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
-              "15h2vs58apgdz02ijgr46090vjyaa81qcm76mm6fxlvkkfd4pyxp"))
+              "1s70x6yh60sx63dgmp5rlhq8jcz7kxv9pk8gbs9v1jg8zps5h5bk"))
             (modules '((guix build utils)))
             (snippet
              '(begin