mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump ucx version
This commit is contained in:
parent
dfac120ffb
commit
ac8798d916
1 changed files with 2 additions and 2 deletions
|
@ -223,12 +223,12 @@
|
|||
(package
|
||||
(inherit ucx)
|
||||
(name "glicid-ucx")
|
||||
(version "1.8.1")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(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)
|
||||
|
|
Loading…
Add table
Reference in a new issue