bump ucx version

This commit is contained in:
Yann Dupont 2020-09-18 17:08:45 +02:00
parent dfac120ffb
commit ac8798d916

View file

@ -223,12 +223,12 @@
(package (package
(inherit ucx) (inherit ucx)
(name "glicid-ucx") (name "glicid-ucx")
(version "1.8.1") (version "1.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/openucx/ucx/releases/download/v" version "/ucx-" version ".tar.gz" )) (uri (string-append "https://github.com/openucx/ucx/releases/download/v" version "/ucx-" version ".tar.gz" ))
(sha256 (base32 "0sjmbg1zy1wyh9w72r8pc0kydpf1r2kh7fp7yg6baq87ip5j1254")) (sha256 (base32 "1mch8ks4jikpxhnbcr1mbaibz6yddqnfm1z2kjslk28cyx8n3v95"))
)) ))
(inputs `(("gcc-10", gcc-10) (inputs `(("gcc-10", gcc-10)