guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/12: gnu: parallel: Update to 20230622.


From: guix-commits
Subject: 09/12: gnu: parallel: Update to 20230622.
Date: Mon, 26 Jun 2023 05:13:43 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 040926ece53e4e5a6c4361325e32908d1edc9b99
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jun 22 22:05:23 2023 -0700

    gnu: parallel: Update to 20230622.
    
    * gnu/packages/parallel.scm (parallel): Update to 20230622.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 74394e1ceb..569e98430c 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -64,14 +64,14 @@
 (define-public parallel
   (package
     (name "parallel")
-    (version "20230522")
+    (version "20230622")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/parallel/parallel-"
                           version ".tar.bz2"))
       (sha256
-       (base32 "00j2nqy808wd43hgalgry15v4ga1wrfq8s5r1cv18fq20mv6px0s"))
+       (base32 "13i3himpq1gzhn3b0hl8vp34kz950ql9pssw251ad611f2nj8fny"))
       (snippet
        '(begin
           (use-modules (guix build utils))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]