mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: parallel: Update to 20251222.
* gnu/packages/parallel.scm (parallel): Update to 20251222. Closes guix/guix#5277 Change-Id: If5bb79a778cd42edd464555e7b2e864771ba377e Signed-off-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
parent
eee6e1b852
commit
3b1a21d185
1 changed files with 2 additions and 2 deletions
|
|
@ -80,7 +80,7 @@
|
|||
(define-public parallel
|
||||
(package
|
||||
(name "parallel")
|
||||
(version "20251122")
|
||||
(version "20251222")
|
||||
(outputs '("out" "doc"))
|
||||
(source
|
||||
(origin
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
(uri (string-append "mirror://gnu/parallel/parallel-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "0kg8y450ydblbzwyvl9dmjadyncm37k4si0frnwfpnyrry11k39n"))
|
||||
(base32 "0xf2j9jmjba7scjdlnk6n9p53ycakzkfkikhdzzssb0gva456sxm"))
|
||||
(snippet
|
||||
'(begin
|
||||
(use-modules (guix build utils))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue