[PATCH] gnu: parallel: Update to 20230222

  • 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)
20230227160835.15099-1-atai@atai.org
* gnu/packages/parallel.scm (parallel): Update to 20230222
---
gnu/packages/parallel.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 2c81f4d50a..58b78f27f6 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 "20230122")
+ (version "20230222")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "0162xprlxka96k4nlsz5qckvwqinrjv6q2404gkihcfa1h3l8z4w"))
+ (base32 "03lqkhh9pa9kyrpfkcd4jlwidnjj0bq2ykp7h2vxss3n17maadkd"))
(snippet
'(begin
(use-modules (guix build utils))

base-commit: cb0d8100b288b5b0d130820207db17764b7d2140
prerequisite-patch-id: 2ab0872d80951bb6f8df7bc8c4211f008a5cc6b8
prerequisite-patch-id: 1fa93a6e05a30a2a3a92d11ff1d7bdf7912e2724
--
2.39.1
Leo Famulari wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 61844-done@debbugs.gnu.org)
Y/0ljKBUr+tagbXh@jasmine.lan
On Mon, Feb 27, 2023 at 08:08:35AM -0800, Andy Tai wrote:
Toggle quote (2 lines)
> * gnu/packages/parallel.scm (parallel): Update to 20230222

Thanks! Pushed as commit ac90609644a95952aef2b024f2358bfa94c1249d
Closed
?
Your comment

This issue is archived.

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

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