guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: slurm: Update to 20.11.3.


From: guix-commits
Subject: 03/05: gnu: slurm: Update to 20.11.3.
Date: Sat, 30 Jan 2021 17:06:32 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8d7bc7932f24cbe8f806574298968f70dc789a03
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Jan 30 23:49:02 2021 +0200

    gnu: slurm: Update to 20.11.3.
    
    * gnu/packages/parallel.scm (slurm): Update to 20.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 7446ff5..15a1558 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



reply via email to

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