gnu: parallel: Update to 20240322.

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

Change-Id: I7207d4847cd407de637334688242132e8c557490
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Andy Tai 2024-03-31 17:56:18 -07:00 committed by Efraim Flashner
parent e678b1a747
commit acf370eebe
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -65,14 +65,14 @@
(define-public parallel (define-public parallel
(package (package
(name "parallel") (name "parallel")
(version "20240222") (version "20240322")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-" (uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 "0ml5xicx4lwg2irhl38pdysmq1rmgxcn3m7pjci653r3grm9p87b")) (base32 "15baksvj028im496wivr55mz9zqh74njrrd7djxggarx42d045qb"))
(snippet (snippet
'(begin '(begin
(use-modules (guix build utils)) (use-modules (guix build utils))