me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20230922.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Andy Tai 2023-10-02 22:34:32 -07:00 committed by Efraim Flashner
parent 264baefa88
commit 37d0befca0
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 "20230822")
(version "20230922")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "0ppwdgp9j7r0a5l5zb0mla70jq24wmy1n33b5naw44y1lfclanab"))
(base32 "0qz0pzy6icgdr6ak0gszzlxqm4s0w514ayyg2d8gcpayvlb78i0i"))
(snippet
'(begin
(use-modules (guix build utils))