summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-08 07:26:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-08 09:07:28 +0100
commit6e076b3d50f131252822286f2f9b427ae32754d8 (patch)
tree4dbb47a027dac4c441fe228d0a44c84f8d9d7c6b
parent254a88199f32d35e39c8913bc557ea2db69bd04e (diff)
downloadguix-6e076b3d50f131252822286f2f9b427ae32754d8.tar.gz
gnu: slurm: Update to 17.11.3.
* gnu/packages/parallel.scm (slurm): Update to 17.11.3.
-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 17423856aa..c110fab086 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -94,7 +94,7 @@ and they are executed on lists of files, hosts, users or other items.")
 (define-public slurm
   (package
    (name "slurm")
-   (version "17.11.2")
+   (version "17.11.3")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -102,7 +102,7 @@ and they are executed on lists of files, hosts, users or other items.")
                   version ".tar.bz2"))
             (sha256
              (base32
-              "18yakb8kmhb16n0cv3zhjv8ahvsk9p0max8mmr2flb2c65fawks6"))
+              "1x3i6z03d9m46fvj1cslrapm1drvgyqch9pn4xf23kvbz4gkhaps"))
             (modules '((guix build utils)))
             (snippet
              '(begin