all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71147] [PATCH] gnu: parallel: Upsdate to 20240522.
@ 2024-05-23 14:44 Andy Tai
  2024-05-31  4:16 ` [bug#71147] [PATCH v2] gnu: parallel: Update " Andy Tai
  2024-05-31 11:52 ` bug#71147: [PATCH] gnu: parallel: Upsdate " Zheng Junjie
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Tai @ 2024-05-23 14:44 UTC (permalink / raw)
  To: 71147; +Cc: Andy Tai

* 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: aeba4849b42b4d3ac75341ac4b61843c1fe48181
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-31 11:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23 14:44 [bug#71147] [PATCH] gnu: parallel: Upsdate to 20240522 Andy Tai
2024-05-31  4:16 ` [bug#71147] [PATCH v2] gnu: parallel: Update " Andy Tai
2024-05-31 11:52 ` bug#71147: [PATCH] gnu: parallel: Upsdate " Zheng Junjie

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.