gnu: qhull: Update to 2020.2.
authorMarius Bakke <marius@gnu.org>
Sat, 15 May 2021 17:41:36 +0000 (19:41 +0200)
committerMarius Bakke <marius@gnu.org>
Tue, 18 May 2021 20:23:48 +0000 (22:23 +0200)
* gnu/packages/maths.scm (qhull): Update to 2020.2.

gnu/packages/maths.scm

index 8ee8377..33de445 100644 (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