all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63027] [PATCH] gnu: parallel: Update to 20230422
@ 2023-04-23  6:11 Andy Tai
  2023-04-23 15:27 ` bug#63027: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-04-23  6:11 UTC (permalink / raw)
  To: 63027; +Cc: Andy Tai

* gnu/packages/parallel.scm (parallel): Update to 22030422
---
 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 bc3edf9122..d64e6e8dd5 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 "20230322")
+    (version "20230422")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "1jkv5c0ddnwbmx7ay3zxn14sxibhi4ff58waqm6rvg0cdnxb3iz5"))
+       (base32 "1hp3pbf3fsfi2hwaa13isaqzrn09lf847cdpjkhf0kfw14ymj1li"))
       (snippet
        '(begin
           (use-modules (guix build utils))

base-commit: 5b545763ed9b8a3fade7f756d543819fc090953f
-- 
2.39.2





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

* bug#63027: [PATCH] gnu: parallel: Update to 20230422
  2023-04-23  6:11 [bug#63027] [PATCH] gnu: parallel: Update to 20230422 Andy Tai
@ 2023-04-23 15:27 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2023-04-23 15:27 UTC (permalink / raw)
  To: Andy Tai; +Cc: 63027-done

On Sat, Apr 22, 2023 at 11:11:44PM -0700, Andy Tai wrote:
> * gnu/packages/parallel.scm (parallel): Update to 22030422

Thanks! Pushed as 3575af7bdc44c5563bb0af05cdd1268d1c682e13




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

end of thread, other threads:[~2023-04-23 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-23  6:11 [bug#63027] [PATCH] gnu: parallel: Update to 20230422 Andy Tai
2023-04-23 15:27 ` bug#63027: " Leo Famulari

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.