gnu: qhull: Update to 2020.2.
* gnu/packages/maths.scm (qhull): Update to 2020.2.
This commit is contained in:
parent
3e68e83360
commit
c6f1e13aab
1 changed files with 3 additions and 3 deletions
|
@ -236,15 +236,15 @@ programming languages.")
|
||||||
(define-public qhull
|
(define-public qhull
|
||||||
(package
|
(package
|
||||||
(name "qhull")
|
(name "qhull")
|
||||||
(version "2019.1")
|
(version "2020.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.qhull.org/download/qhull-"
|
(uri (string-append "http://www.qhull.org/download/qhull-"
|
||||||
(car (string-split version #\.))
|
(car (string-split version #\.))
|
||||||
"-src-7.3.2.tgz"))
|
"-src-8.0.2.tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ys3vh3qq0v9lh452xb932vp63advds1pxk42lk7cc1niiar0y9b"))))
|
"0zlbhg0lb6j60188c2xhcrvviskr079552icjldqhy1jhgmxghmm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(synopsis "Calculate convex hulls and related structures")
|
(synopsis "Calculate convex hulls and related structures")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue