me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20230822.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Andy Tai 2023-08-25 20:57:11 -07:00 committed by Efraim Flashner
parent e65ae37671
commit 45af7b8923
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 "20230622")
(version "20230822")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "13i3himpq1gzhn3b0hl8vp34kz950ql9pssw251ad611f2nj8fny"))
(base32 "0ppwdgp9j7r0a5l5zb0mla70jq24wmy1n33b5naw44y1lfclanab"))
(snippet
'(begin
(use-modules (guix build utils))