me
/
guix
Archived
1
0
Fork 0

gnu: parallel: Update to 20221222.

* gnu/packages/parallel.scm (parallel): Update to 20221222.
master
Efraim Flashner 2022-12-27 22:38:01 +02:00
parent bb69b97d20
commit 392789e045
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 "20221122")
(version "20221222")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/parallel/parallel-"
version ".tar.bz2"))
(sha256
(base32 "17akk6nskyqp3ckggli2dadp49m164ij79pijgb4iwad8ci9sgda"))
(base32 "0zsrz25yyhkvrkvlblmgrqhcyr9zavflknz3nhql9a8qxixhraad"))
(snippet
'(begin
(use-modules (guix build utils))