[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: parallel: Update to 20240222.
From: |
guix-commits |
Subject: |
branch master updated: gnu: parallel: Update to 20240222. |
Date: |
Thu, 29 Feb 2024 12:59:09 -0500 |
This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9ca2161ef4 gnu: parallel: Update to 20240222.
9ca2161ef4 is described below
commit 9ca2161ef43c43b2f52c4b8fc51d6bc882b04b76
Author: Andy Tai <atai@atai.org>
AuthorDate: Tue Feb 27 21:30:46 2024 -0800
gnu: parallel: Update to 20240222.
* gnu/packages/parallel.scm (parallel): Update to 20240222.
Change-Id: I616057cfbe460e363c9da6c3e6f5c1e51d8971c4
Signed-off-by: Andreas Enge <andreas@enge.fr>
---
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 cbb73567ae..ddf4ad016b 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -64,14 +64,14 @@
(define-public parallel
(package
(name "parallel")
- (version "20240122")
+ (version "20240222")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "17s4bdywswgrib6zzj2wcmzf792aw85rcavbn6vdf734np5qi5l5"))
+ (base32 "0ml5xicx4lwg2irhl38pdysmq1rmgxcn3m7pjci653r3grm9p87b"))
(snippet
'(begin
(use-modules (guix build utils))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: parallel: Update to 20240222.,
guix-commits <=