gnu: vc: Update to 1.4.2.

* gnu/packages/maths.scm (vc): Update to 1.4.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-04 15:17:20 +02:00
parent 6d0ddea44b
commit 0eea6168c1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5201,14 +5201,14 @@ (define-public matio
(define-public vc (define-public vc
(package (package
(name "vc") (name "vc")
(version "1.4.1") (version "1.4.2")
(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
"17qili8bf8r78cng65yf4qmgna8kiqjqbgcqbric6v9j6nkhkrk8")))) "0lirdqzcxys9walz04bllsphydynk7973aimd5k1h1qbwi8z3lsh"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '(#:configure-flags