[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: parallel: Update to 20240522.
From: |
guix-commits |
Subject: |
04/08: gnu: parallel: Update to 20240522. |
Date: |
Fri, 31 May 2024 07:42:44 -0400 (EDT) |
z572 pushed a commit to branch master
in repository guix.
commit 395ee83545b49f246ecd90f5bb066a88f9a1c953
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu May 30 21:16:39 2024 -0700
gnu: parallel: Update to 20240522.
* gnu/packages/parallel.scm (parallel): Update to 20240522.
Change-Id: If9d78b0a6f50fd22e2ca8d290209dc7a83cba772
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
---
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 11199594f1..739767508a 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -65,14 +65,14 @@
(define-public parallel
(package
(name "parallel")
- (version "20240422")
+ (version "20240522")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "0rr4i1a5gcxz60cb3p4ga3s8k79sr84yicqysg794ayy7qh8hf3q"))
+ (base32 "0a396j54857hqqbbskpyh31km7nzly67w3jhkpq2agmz66nrzvb7"))
(snippet
'(begin
(use-modules (guix build utils))
- branch master updated (01de17143c -> 0c87fe868a), guix-commits, 2024/05/31
- 02/08: gnu: conmon: Update to 2.1.12., guix-commits, 2024/05/31
- 04/08: gnu: parallel: Update to 20240522.,
guix-commits <=
- 07/08: gnu: entr: Update to 5.5., guix-commits, 2024/05/31
- 03/08: gnu: podman: Update to 5.1.0., guix-commits, 2024/05/31
- 01/08: gnu: weechat: Update to 4.3.0., guix-commits, 2024/05/31
- 05/08: gnu: icewm: Update to 3.5.0, guix-commits, 2024/05/31
- 08/08: gnu: f3d: Update to 2.4.0., guix-commits, 2024/05/31
- 06/08: gnu: aide: Update to 0.18.8., guix-commits, 2024/05/31