all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68252] [PATCH] gnu: parallel: Update to 20231222
@ 2024-01-05  5:49 Andy Tai
  2024-01-07 20:02 ` bug#68252: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-01-05  5:49 UTC (permalink / raw)
  To: 68252; +Cc: Andy Tai

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

Change-Id: I4a32d93e7d7d5e79280d8d804701bb4a7ed57bb9
---
 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 e12035e47d..8f59331a02 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 "20231122")
+    (version "20231222")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "1qpa3dhmdddw7l5906y8ck8rnri66kqkxcbxhsnj058pmbw9qb42"))
+       (base32 "1alvva2dlnlq5rbbklzc2a7l84mg550l1xc632zdgfx9dzf6sihr"))
       (snippet
        '(begin
           (use-modules (guix build utils))

base-commit: f2102cb5b9239be2ed2023b908b726af542e0124
-- 
2.41.0





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

* bug#68252: [PATCH] gnu: parallel: Update to 20231222
  2024-01-05  5:49 [bug#68252] [PATCH] gnu: parallel: Update to 20231222 Andy Tai
@ 2024-01-07 20:02 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2024-01-07 20:02 UTC (permalink / raw)
  To: Andy Tai; +Cc: 68252-done


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

Applied, thanks,

Mathieu




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

end of thread, other threads:[~2024-01-07 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-05  5:49 [bug#68252] [PATCH] gnu: parallel: Update to 20231222 Andy Tai
2024-01-07 20:02 ` bug#68252: " Mathieu Othacehe

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.