unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41509] [PATCH] gnu: qhull: Update to 2019.1
@ 2020-05-24 15:26 Ekaitz Zarraga
  2020-05-25 20:16 ` bug#41509: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Ekaitz Zarraga @ 2020-05-24 15:26 UTC (permalink / raw)
  To: 41509

From da15cd46d8d61dab8fff3db91e2572b2ab3ac471 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Sun, 24 May 2020 17:23:59 +0200
Subject: [PATCH] gnu: qhull: Update to 2019.1

    * gnu/packages/maths.scm (qhull): update to 2019.1
---
 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 e62fb38086..dfc3729e48 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
--
2.26.2






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#41509: [PATCH] gnu: qhull: Update to 2019.1
  2020-05-24 15:26 [bug#41509] [PATCH] gnu: qhull: Update to 2019.1 Ekaitz Zarraga
@ 2020-05-25 20:16 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-05-25 20:16 UTC (permalink / raw)
  To: Ekaitz Zarraga; +Cc: 41509-done

Hi,

Ekaitz Zarraga <ekaitz@elenq.tech> skribis:

>>From da15cd46d8d61dab8fff3db91e2572b2ab3ac471 Mon Sep 17 00:00:00 2001
> From: Ekaitz Zarraga <ekaitz@elenq.tech>
> Date: Sun, 24 May 2020 17:23:59 +0200
> Subject: [PATCH] gnu: qhull: Update to 2019.1
>
>     * gnu/packages/maths.scm (qhull): update to 2019.1

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-25 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24 15:26 [bug#41509] [PATCH] gnu: qhull: Update to 2019.1 Ekaitz Zarraga
2020-05-25 20:16 ` bug#41509: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).