all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 71147@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#71147] [PATCH v2] gnu: parallel: Update to 20240522.
Date: Thu, 30 May 2024 21:16:39 -0700	[thread overview]
Message-ID: <cb9ea73f243a4a92409326dfc809954004a32bf1.1717128972.git.atai@atai.org> (raw)
In-Reply-To: <70d51a94cba12d97ed9cb80e94137b7b481ea462.1716475438.git.atai@atai.org>

* gnu/packages/parallel.scm (parallel): Update to 20240522.

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

diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 11199594f1..739767508a 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -65,14 +65,14 @@ (define-module (gnu packages parallel)
 (define-public parallel
   (package
     (name "parallel")
-    (version "20240422")
+    (version "20240522")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "0rr4i1a5gcxz60cb3p4ga3s8k79sr84yicqysg794ayy7qh8hf3q"))
+       (base32 "0a396j54857hqqbbskpyh31km7nzly67w3jhkpq2agmz66nrzvb7"))
       (snippet
        '(begin
           (use-modules (guix build utils))

base-commit: 8144c587f89641d5976d5b3832297d391d489fbd
-- 
2.34.1





  reply	other threads:[~2024-05-31  4:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-23 14:44 [bug#71147] [PATCH] gnu: parallel: Upsdate to 20240522 Andy Tai
2024-05-31  4:16 ` Andy Tai [this message]
2024-05-31 11:52 ` bug#71147: " Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cb9ea73f243a4a92409326dfc809954004a32bf1.1717128972.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=71147@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.