diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-08 07:26:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-08 09:07:28 +0100 |
commit | 6e076b3d50f131252822286f2f9b427ae32754d8 (patch) | |
tree | 4dbb47a027dac4c441fe228d0a44c84f8d9d7c6b /gnu/packages/parallel.scm | |
parent | 254a88199f32d35e39c8913bc557ea2db69bd04e (diff) | |
download | patches-6e076b3d50f131252822286f2f9b427ae32754d8.tar patches-6e076b3d50f131252822286f2f9b427ae32754d8.tar.gz |
gnu: slurm: Update to 17.11.3.
* gnu/packages/parallel.scm (slurm): Update to 17.11.3.
Diffstat (limited to 'gnu/packages/parallel.scm')
-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 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 |