Merge branch 'devel' into 'main'

bump ucx version to 1.14.0 (still not default)

See merge request glicid-public/guix-glicid!239
This commit is contained in:
Yann Dupont 2023-03-16 10:53:24 +00:00
commit bae5e9b83b

View file

@ -78,6 +78,21 @@
(base32 (base32
"0j05k71vqiry9gyi3v4a1s06w6v922klca2w31g71qq0qyb2yjic")))))) "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 (define local-ucx
ucx-upstream-1.13.1) ucx-upstream-1.13.1)
(define-public ucx-latest (define-public ucx-latest