all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66770] [PATCH] gnu: parallel: Update to 20231022
@ 2023-10-27  5:49 Andy Tai
  2023-10-28 14:57 ` bug#66770: " Clément Lassieur
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-10-27  5:49 UTC (permalink / raw)
  To: 66770; +Cc: Andy Tai

* gnu/packages/parallel.scm (parallel): Update to 20231022
---
 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 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





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

* bug#66770: [PATCH] gnu: parallel: Update to 20231022
  2023-10-27  5:49 [bug#66770] [PATCH] gnu: parallel: Update to 20231022 Andy Tai
@ 2023-10-28 14:57 ` Clément Lassieur
  0 siblings, 0 replies; 2+ messages in thread
From: Clément Lassieur @ 2023-10-28 14:57 UTC (permalink / raw)
  To: Andy Tai; +Cc: 66770-done

On Thu, Oct 26 2023, Andy Tai wrote:

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

Applied as ed4f93356b6601d7be1890675a62803921c0ca0e, thanks!




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

end of thread, other threads:[~2023-10-28 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27  5:49 [bug#66770] [PATCH] gnu: parallel: Update to 20231022 Andy Tai
2023-10-28 14:57 ` bug#66770: " Clément Lassieur

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.