GNU bug report logs -
#68840
[PATCH] gnu: parallel: Update to 20240122
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 31 Jan 2024 06:37:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/parallel.scm (parallel): Update to 20240122
Change-Id: I4e416cbad5b6f4267a9aab7996c9156a861e3ad1
---
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 8f59331a02..cbb73567ae 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -64,14 +64,14 @@ (define-module (gnu packages parallel)
(define-public parallel
(package
(name "parallel")
- (version "20231222")
+ (version "20240122")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
- (base32 "1alvva2dlnlq5rbbklzc2a7l84mg550l1xc632zdgfx9dzf6sihr"))
+ (base32 "17s4bdywswgrib6zzj2wcmzf792aw85rcavbn6vdf734np5qi5l5"))
(snippet
'(begin
(use-modules (guix build utils))
base-commit: 88e8b807d6af3cf2902909d295cd3194aa7ea684
--
2.41.0
This bug report was last modified 1 year and 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.