bump ucx version to 1.14.0 (still not default)

This commit is contained in:
Yann Dupont 2023-03-16 11:52:39 +01:00
parent f3bd4cc5cb
commit 9bfdb18f35

View file

@ -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