mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: parallel: Update to 20250722.
* gnu/packages/parallel.scm (parallel): Update to 20250722. Change-Id: If9e9b5164efb074cc14a664d645802a2c39776a5 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
003d8c0f57
commit
2a51048417
1 changed files with 2 additions and 2 deletions
|
@ -78,14 +78,14 @@
|
|||
(define-public parallel
|
||||
(package
|
||||
(name "parallel")
|
||||
(version "20250622")
|
||||
(version "20250722")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/parallel/parallel-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "16s87njzhrddqp7c8aixxcxfdsqxchb3lrrb7jx29cgi277pixb9"))
|
||||
(base32 "0fw4qzjyikyql09nhjvz8jjvwaszwwrw0pn4qg9mmpww2bs1za4i"))
|
||||
(snippet
|
||||
'(begin
|
||||
(use-modules (guix build utils))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue