mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump ucx version to 1.14.0 (still not default)
This commit is contained in:
parent
f3bd4cc5cb
commit
9bfdb18f35
1 changed files with 15 additions and 0 deletions
|
@ -78,6 +78,21 @@
|
|||
(base32
|
||||
"0j05k71vqiry9gyi3v4a1s06w6v922klca2w31g71qq0qyb2yjic"))))))
|
||||
|
||||
(define-public ucx-upstream-1.14.0
|
||||
(package
|
||||
(inherit gnu:ucx)
|
||||
(name (string-append (package-name gnu:ucx) "-upstream"))
|
||||
(version "1.14.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/openucx/ucx/releases/download/v"
|
||||
version "/ucx-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pdg51p4ir0v1dm8lx15l3y1plm3zjn9l16xvplyqpfyb4h5xncv"))))))
|
||||
|
||||
|
||||
(define local-ucx
|
||||
ucx-upstream-1.13.1)
|
||||
(define-public ucx-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue