all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71767] [PATCH] gnu: parallel: Update to 20240622.
@ 2024-06-25  5:24 Andy Tai
  2024-06-29  4:46 ` bug#71767: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-06-25  5:24 UTC (permalink / raw)
  To: 71767; +Cc: Andy Tai

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

Change-Id: I4cc8b2ded6a3ddcdfebbd1737a4f4268d7909ee8
---
 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 84436eaeac..fc21bab7d4 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -66,14 +66,14 @@ (define-module (gnu packages parallel)
 (define-public parallel
   (package
     (name "parallel")
-    (version "20240522")
+    (version "20240622")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "0a396j54857hqqbbskpyh31km7nzly67w3jhkpq2agmz66nrzvb7"))
+       (base32 "1m9qpx6c7b62s1kjp6aj0qfnj3fw2pl72q32bdykqi5x0z4i1qip"))
       (snippet
        '(begin
           (use-modules (guix build utils))

base-commit: 78d946b01162fbe986c6768800e8cfd6e70e67e5
-- 
2.34.1





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

end of thread, other threads:[~2024-06-29  4:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25  5:24 [bug#71767] [PATCH] gnu: parallel: Update to 20240622 Andy Tai
2024-06-29  4:46 ` bug#71767: " 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.