[PATCH] gnu: slurm: Update to 20.11.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201229113721.32138-1-vincent.legoll@gmail.com
* gnu/packages/parallel.scm (slurm): Update to 20.11.2.
---
gnu/packages/parallel.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45526-done@debbugs.gnu.org)
X+0Ff+noQ0HNktvz@jasmine.lan
On Tue, Dec 29, 2020 at 12:37:21PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/parallel.scm (slurm): Update to 20.11.2.

Thanks! Pushed as 50abaf63879c93e0ea0e09883defe639396fb04c
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45526@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45526
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help