[PATCH] gnu: parallel: Update to 20231022

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Clément Lassieur
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)
94ff262cfe349b9001dd13e157003d55c81ab7b5.1698385729.git.atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20231022
---
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 df7b498d1f..2ec87e751a 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 "20230922")
+ (version "20231022")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "0qz0pzy6icgdr6ak0gszzlxqm4s0w514ayyg2d8gcpayvlb78i0i"))
+ (base32 "1316ydijavz41078c99mbrbaddnshspbs8nsbm5qlyah317vkwlk"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: b96729e22d013cadf0a38536852a293f9dc2dfc5
--
2.41.0
Clément Lassieur wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 66770-done@debbugs.gnu.org)
87edhebxqs.fsf@lassieur.org
On Thu, Oct 26 2023, Andy Tai wrote:

Toggle quote (2 lines)
> * gnu/packages/parallel.scm (parallel): Update to 20231022

Applied as ed4f93356b6601d7be1890675a62803921c0ca0e, thanks!
Closed
?
Your comment

This issue is archived.

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

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