From 61fe5a57a430c2593959b0aa95cc6ceebb3aeb8d Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Tue, 22 Sep 2015 19:25:33 +0200 Subject: [PATCH] gnu: cgal: Update to 4.6.3. * gnu/packages/graphics.scm (cgal): Update to 4.6.3. --- gnu/packages/graphics.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 14badc949c..f224ebfd32 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -41,15 +41,15 @@ (define-public cgal (package (name "cgal") - (version "4.5.1") + (version "4.6.3") (source (origin (method url-fetch) (uri (string-append - "http://gforge.inria.fr/frs/download.php/file/34402/CGAL-" - version ".tar.xz")) + "http://gforge.inria.fr/frs/download.php/file/" + "35139/CGAL-4.6.3.tar.xz")) (sha256 (base32 - "1565ycbds92bxmhi09avc1jl6ks141ig00j110l49gqxp9swy6zv")))) + "08gwjjh0qz3fakj1y2nsl2qvb0qv5lc7k1pxwjkagh37hxxh4f73")))) (build-system cmake-build-system) (arguments '(;; "RelWithDebInfo" is not supported.