mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: parallel: Update to 20241122.
* gnu/packages/parallel.scm (parallel): Update to 20241122. Change-Id: I4fc8e093131aa6e4950d26d8c53ed51415e4033e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
4b39db3c38
commit
33670e56ed
1 changed files with 2 additions and 2 deletions
|
@ -77,14 +77,14 @@
|
|||
(define-public parallel
|
||||
(package
|
||||
(name "parallel")
|
||||
(version "20241022")
|
||||
(version "20241122")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/parallel/parallel-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "04kslp02ayckp8whjhiyppgi84iglfid27njf1k32zvzqvqjpqkd"))
|
||||
(base32 "0n4ajx6d37dx6hmmvrc2499yxp3frai662kxq05s2z6188ppb7hs"))
|
||||
(snippet
|
||||
'(begin
|
||||
(use-modules (guix build utils))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue