guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: qhull: Update to 2019.1


From: guix-commits
Subject: 05/08: gnu: qhull: Update to 2019.1
Date: Mon, 25 May 2020 17:40:54 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9e91983055e72f5f8380d9642d3495909c25e147
Author: Ekaitz Zarraga <address@hidden>
AuthorDate: Sun May 24 17:23:59 2020 +0200

    gnu: qhull: Update to 2019.1
    
    * gnu/packages/maths.scm (qhull): update to 2019.1
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e62fb38..dfc3729 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -227,15 +227,15 @@ programming languages.")
 (define-public qhull
   (package
     (name "qhull")
-    (version "2015.2")
+    (version "2019.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.qhull.org/download/qhull-";
                                   (car (string-split version #\.))
-                                  "-src-7.2.0.tgz"))
+                                  "-src-7.3.2.tgz"))
               (sha256
                (base32
-                "0dm4b2xr3asy6w74khq2zg4gf26zsy3qf9sq7pf7lmrvbj911c3q"))))
+                "1ys3vh3qq0v9lh452xb932vp63advds1pxk42lk7cc1niiar0y9b"))))
     (build-system cmake-build-system)
     (synopsis "Calculate convex hulls and related structures")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]