[PATCH] gnu: parallel: Update to 20230422

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

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230423061144.10111-1-atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 22030422
---
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 bc3edf9122..d64e6e8dd5 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 "20230322")
+ (version "20230422")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "1jkv5c0ddnwbmx7ay3zxn14sxibhi4ff58waqm6rvg0cdnxb3iz5"))
+ (base32 "1hp3pbf3fsfi2hwaa13isaqzrn09lf847cdpjkhf0kfw14ymj1li"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: 5b545763ed9b8a3fade7f756d543819fc090953f
--
2.39.2
Leo Famulari wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 63027-done@debbugs.gnu.org)
ZEVOWXIlQriPEiEY@jasmine.lan
On Sat, Apr 22, 2023 at 11:11:44PM -0700, Andy Tai wrote:
Toggle quote (2 lines)
> * gnu/packages/parallel.scm (parallel): Update to 22030422

Thanks! Pushed as 3575af7bdc44c5563bb0af05cdd1268d1c682e13
Closed
?
Your comment

This issue is archived.

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

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