guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: slurm: Update to 20.11.2.


From: guix-commits
Subject: 01/02: gnu: slurm: Update to 20.11.2.
Date: Wed, 30 Dec 2020 17:53:52 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 50abaf63879c93e0ea0e09883defe639396fb04c
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Tue Dec 29 12:37:21 2020 +0100

    gnu: slurm: Update to 20.11.2.
    
    * gnu/packages/parallel.scm (slurm): Update to 20.11.2.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 c346ad2..3f03792 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.02.5")
+   (version "20.11.2")
    (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
-              "08qp60rxsny6fcx58xim88avx7f7h7q1vpq3lfw6nlha04r7lan3"))
+              "15h2vs58apgdz02ijgr46090vjyaa81qcm76mm6fxlvkkfd4pyxp"))
             (modules '((guix build utils)))
             (snippet
              '(begin



reply via email to

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