all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45526] [PATCH] gnu: slurm: Update to 20.11.2.
@ 2020-12-29 11:37 Vincent Legoll
  2020-12-30 22:55 ` bug#45526: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-29 11:37 UTC (permalink / raw)
  To: 45526; +Cc: Vincent Legoll

* gnu/packages/parallel.scm (slurm): Update to 20.11.2.
---
 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 c346ad22d0..3f03792ffd 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
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45526: [PATCH] gnu: slurm: Update to 20.11.2.
  2020-12-29 11:37 [bug#45526] [PATCH] gnu: slurm: Update to 20.11.2 Vincent Legoll
@ 2020-12-30 22:55 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-30 22:55 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45526-done

On Tue, Dec 29, 2020 at 12:37:21PM +0100, Vincent Legoll wrote:
> * gnu/packages/parallel.scm (slurm): Update to 20.11.2.

Thanks! Pushed as 50abaf63879c93e0ea0e09883defe639396fb04c




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-30 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 11:37 [bug#45526] [PATCH] gnu: slurm: Update to 20.11.2 Vincent Legoll
2020-12-30 22:55 ` bug#45526: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.