[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))
- 01/12: gnu: Add ruby-irb@1.1.1., (continued)
- 01/12: gnu: Add ruby-irb@1.1.1., guix-commits, 2023/06/26
- 06/12: gnu: go-git-sr-ht-rockorager-tcell-term: Update to 0.9.0., guix-commits, 2023/06/26
- 08/12: gnu: a2ps: Update to 4.15.5., guix-commits, 2023/06/26
- 12/12: gnu: python-cftime: Update to 1.6.2., guix-commits, 2023/06/26
- 03/12: gnu: fuzzel: Update to 1.9.1., guix-commits, 2023/06/26
- 10/12: gnu: kdenlive: Update to 23.04.2, guix-commits, 2023/06/26
- 11/12: gnu: mupdf: Update to 1.22.2., guix-commits, 2023/06/26
- 04/12: gnu: mako: Update to 1.8.0., guix-commits, 2023/06/26
- 05/12: gnu: patchwork: Update to 3.1.1., guix-commits, 2023/06/26
- 07/12: gnu: aerc: Update to 0.15.2., guix-commits, 2023/06/26
- 09/12: gnu: parallel: Update to 20230622.,
guix-commits <=
- 02/12: gnu: ruby-atoulme-saikuro: Enable tests., guix-commits, 2023/06/26