mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: vc: Update to 1.4.2.
* gnu/packages/maths.scm (vc): Update to 1.4.2.
This commit is contained in:
parent
6d0ddea44b
commit
0eea6168c1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue