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

* bug#71767: [PATCH] gnu: parallel: Update to 20240622.
  2024-06-25  5:24 [bug#71767] [PATCH] gnu: parallel: Update to 20240622 Andy Tai
@ 2024-06-29  4:46 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-06-29  4:46 UTC (permalink / raw)
  To: Andy Tai; +Cc: 71767-done

[-- Attachment #1: Type: text/plain, Size: 1192 bytes --]

Andy Tai <atai@atai.org> writes:

> * 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
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=01ea5ebc71a5f104af2ed220cb29f88523298ca7

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[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.