mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
try latest-version
This commit is contained in:
parent
68e82731e6
commit
0f390920c4
2 changed files with 6 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
|||
#:use-module (guix download)
|
||||
#:use-module (guix packages)
|
||||
#:use-module ((gnu packages fabric-management) #:prefix gnu:)
|
||||
#:use-module (glicid utils)
|
||||
|
||||
)
|
||||
|
||||
(define-public ucx-newer-1.11.2
|
||||
|
@ -50,4 +52,4 @@
|
|||
)
|
||||
|
||||
(define local-ucx ucx-newer-1.12.0)
|
||||
(define-public ucx-latest local-ucx)
|
||||
(define-public ucx-latest (latest-version local-ucx gnu:ucx))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue