guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: slurm: Update to 17.11.3.


From: Tobias Geerinckx-Rice
Subject: 01/05: gnu: slurm: Update to 17.11.3.
Date: Thu, 8 Mar 2018 03:08:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6e076b3d50f131252822286f2f9b427ae32754d8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 8 07:26:27 2018 +0100

    gnu: slurm: Update to 17.11.3.
    
    * gnu/packages/parallel.scm (slurm): Update to 17.11.3.
---
 gnu/packages/parallel.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 1742385..c110fab 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]