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