me
/
guix
Archived
1
0
Fork 0

gnu: qhull: Update to 2020.2.

* gnu/packages/maths.scm (qhull): Update to 2020.2.
master
Marius Bakke 2021-05-15 19:41:36 +02:00
parent 3e68e83360
commit c6f1e13aab
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -236,15 +236,15 @@ programming languages.")
(define-public qhull
(package
(name "qhull")
(version "2019.1")
(version "2020.2")
(source (origin
(method url-fetch)
(uri (string-append "http://www.qhull.org/download/qhull-"
(car (string-split version #\.))
"-src-7.3.2.tgz"))
"-src-8.0.2.tgz"))
(sha256
(base32
"1ys3vh3qq0v9lh452xb932vp63advds1pxk42lk7cc1niiar0y9b"))))
"0zlbhg0lb6j60188c2xhcrvviskr079552icjldqhy1jhgmxghmm"))))
(build-system cmake-build-system)
(synopsis "Calculate convex hulls and related structures")
(description