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
0852a34c2c
commit
8f77d11c9e
1 changed files with 4 additions and 4 deletions
|
@ -451,12 +451,12 @@ in the @code{debug} output), and binutils.")))
|
||||||
(package
|
(package
|
||||||
(inherit ucx)
|
(inherit ucx)
|
||||||
(name "glicid-ucx-gcc-11")
|
(name "glicid-ucx-gcc-11")
|
||||||
(version "1.9.0")
|
(version "1.19.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 "1yrmwvjxi3najax1wz4irpzxns6cp74ksdx4i1049mf03n2ci8m7"))
|
(sha256 (base32 "0bdrbp86snq5z0y66zzxs7ig33g9h59kag11rc1lqwll3d5y51dq"))
|
||||||
))
|
))
|
||||||
|
|
||||||
(inputs `(("gcc-11", gcc-11)
|
(inputs `(("gcc-11", gcc-11)
|
||||||
|
@ -609,12 +609,12 @@ in the @code{debug} output), and binutils.")))
|
||||||
(package
|
(package
|
||||||
(inherit ucx)
|
(inherit ucx)
|
||||||
(name "glicid-specific-ucx-gcc-11")
|
(name "glicid-specific-ucx-gcc-11")
|
||||||
(version "1.9.0")
|
(version "1.11.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 "1yrmwvjxi3najax1wz4irpzxns6cp74ksdx4i1049mf03n2ci8m7"))
|
(sha256 (base32 "0bdrbp86snq5z0y66zzxs7ig33g9h59kag11rc1lqwll3d5y51dq"))
|
||||||
))
|
))
|
||||||
|
|
||||||
(inputs `(("gcc", gcc-11)
|
(inputs `(("gcc", gcc-11)
|
||||||
|
|
Loading…
Add table
Reference in a new issue