summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-15 19:41:36 +0200
committerMarius Bakke <marius@gnu.org>2021-05-18 22:23:48 +0200
commitc6f1e13aab07870a7089dd57c954d2c967564dcf (patch)
tree7d8e97f2eea0e8e59e6d21763881b718fce77d7b /gnu
parent3e68e833603ab8cfa2d5f2ac93492c1c05224b26 (diff)
downloadguix-patches-c6f1e13aab07870a7089dd57c954d2c967564dcf.tar
guix-patches-c6f1e13aab07870a7089dd57c954d2c967564dcf.tar.gz
gnu: qhull: Update to 2020.2.
* gnu/packages/maths.scm (qhull): Update to 2020.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/maths.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8ee837724d..33de445bea 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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