guix-commits
[Top][All Lists]
Advanced

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

03/22: gnu: slurm: Update to 20.11.7.


From: guix-commits
Subject: 03/22: gnu: slurm: Update to 20.11.7.
Date: Sun, 23 May 2021 17:40:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f72e2d216b2d28bfba368431a9738204e0450b52
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 23 16:49:42 2021 +0200

    gnu: slurm: Update to 20.11.7.
    
    * gnu/packages/parallel.scm (slurm): Update to 20.11.7.
---
 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 17e2a7f..ffca2de 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -138,7 +138,7 @@ execution is also possible.")
 (define-public slurm
   (package
    (name "slurm")
-   (version "20.11.3")
+   (version "20.11.7")
    (source (origin
             (method url-fetch)
             (uri (string-append
@@ -146,7 +146,7 @@ execution is also possible.")
                   version ".tar.bz2"))
             (sha256
              (base32
-              "1s70x6yh60sx63dgmp5rlhq8jcz7kxv9pk8gbs9v1jg8zps5h5bk"))
+              "1fdjihg1x7ks5l77yjv14a4mg6r0v8c3zk1dcxkhrhq3n4dc9nbs"))
             (modules '((guix build utils)))
             (snippet
              '(begin



reply via email to

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