This is an automated email from the git hooks/post-receive script.
snape pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ed4f93356b gnu: parallel: Update to 20231022.
ed4f93356b is described below
commit ed4f93356b6601d7be1890675a62803921c0ca0e
Author: Andy Tai <[email protected]>
AuthorDate: Thu Oct 26 22:49:25 2023 -0700
gnu: parallel: Update to 20231022.
* gnu/packages/parallel.scm (parallel): Update to 20231022.
Signed-off-by: Clément Lassieur <[email protected]>
Change-Id: I1af0cd5d61ebb4118d13dd0e2a56ea6b3d647c17
---
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 df7b498d1f..2ec87e751a 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -64,14 +64,14 @@
(define-public parallel
(package
(name "parallel")
- (version "20230922")
+ (version "20231022")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "0qz0pzy6icgdr6ak0gszzlxqm4s0w514ayyg2d8gcpayvlb78i0i"))
+ (base32 "1316ydijavz41078c99mbrbaddnshspbs8nsbm5qlyah317vkwlk"))
(snippet
'(begin
(use-modules (guix build utils))