parent
f3ac068927
commit
853b029209
|
@ -3435,14 +3435,14 @@ supports compressed MAT files, as well as newer (version 7.3) MAT files.")
|
||||||
(define-public vc
|
(define-public vc
|
||||||
(package
|
(package
|
||||||
(name "vc")
|
(name "vc")
|
||||||
(version "1.2.0")
|
(version "1.3.3")
|
||||||
(source
|
(source
|
||||||
(origin (method url-fetch)
|
(origin (method url-fetch)
|
||||||
(uri (string-append "https://github.com/VcDevel/Vc/releases/"
|
(uri (string-append "https://github.com/VcDevel/Vc/releases/"
|
||||||
"download/" version "/Vc-" version ".tar.gz"))
|
"download/" version "/Vc-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rh6dhqar3y07n4xqyml0sa0v48qv3ch9dc3yc2in855hlh4vnqi"))))
|
"1zmlpn32jzb38smp3j834llmbix3whsrbw0h397qxysbw792kih8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Reference in New Issue