[PATCH] gnu: parallel: Update to 20231222

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
6fd87399d18d6d2b6f228928ce72740298630db8.1704433707.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20231222

Change-Id: I4a32d93e7d7d5e79280d8d804701bb4a7ed57bb9
---
gnu/packages/parallel.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index e12035e47d..8f59331a02 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -64,14 +64,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20231122")
+ (version "20231222")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "1qpa3dhmdddw7l5906y8ck8rnri66kqkxcbxhsnj058pmbw9qb42"))
+ (base32 "1alvva2dlnlq5rbbklzc2a7l84mg550l1xc632zdgfx9dzf6sihr"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: f2102cb5b9239be2ed2023b908b726af542e0124
--
2.41.0
Mathieu Othacehe wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 68252-done@debbugs.gnu.org)
87jzokrjx1.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/parallel.scm (parallel): Update to 20231222

Applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 68252
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