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