mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
test
This commit is contained in:
parent
563c2549a3
commit
c6dca106a1
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
|||
(define (latest-version v1 v2)
|
||||
|
||||
(case (version-compare (package-version v1) (package-version v2))
|
||||
((>) (v1))
|
||||
((=) (v1))
|
||||
((<) (v2))
|
||||
((>) v1)
|
||||
((=) v1)
|
||||
((<) v2)
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue