me
/
guix
Archived
1
0
Fork 0

gnu: vc: Update to 1.3.3.

* gnu/packages/maths.scm (vc): Update to 1.3.3.
master
Leo Famulari 2017-12-29 17:36:41 -05:00
parent f3ac068927
commit 853b029209
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -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