[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: parallel: Update to 20230522.
From: |
guix-commits |
Subject: |
branch master updated: gnu: parallel: Update to 20230522. |
Date: |
Thu, 01 Jun 2023 06:04:26 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e6705f994f gnu: parallel: Update to 20230522.
e6705f994f is described below
commit e6705f994f12195f77b47026d642003c4a380f36
Author: Andy Tai <atai@atai.org>
AuthorDate: Mon May 22 21:52:51 2023 -0700
gnu: parallel: Update to 20230522.
* gnu/packages/parallel.scm (parallel): Update to 20230522.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
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 d64e6e8dd5..74394e1ceb 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -64,14 +64,14 @@
(define-public parallel
(package
(name "parallel")
- (version "20230422")
+ (version "20230522")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "1hp3pbf3fsfi2hwaa13isaqzrn09lf847cdpjkhf0kfw14ymj1li"))
+ (base32 "00j2nqy808wd43hgalgry15v4ga1wrfq8s5r1cv18fq20mv6px0s"))
(snippet
'(begin
(use-modules (guix build utils))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: parallel: Update to 20230522.,
guix-commits <=