me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20231122.

* gnu/packages/parallel.scm (parallel): Update to 20231122.

Change-Id: Ia4a42fee8ce484845801b6e738a85f67169fae79
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Andy Tai 2023-11-24 22:22:05 -08:00 committed by Efraim Flashner
parent 1abeb6c907
commit 5bad117730
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -64,14 +64,14 @@
(define-public parallel
(package
(name "parallel")
(version "20231022")
(version "20231122")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "1316ydijavz41078c99mbrbaddnshspbs8nsbm5qlyah317vkwlk"))
(base32 "1qpa3dhmdddw7l5906y8ck8rnri66kqkxcbxhsnj058pmbw9qb42"))
(snippet
'(begin
(use-modules (guix build utils))