gnu: cgal: Update to 4.6.3.

* gnu/packages/graphics.scm (cgal): Update to 4.6.3.
master
Andreas Enge 2015-09-22 19:25:33 +02:00
parent 1def6f6b2c
commit 61fe5a57a4
1 changed files with 4 additions and 4 deletions

View File

@ -41,15 +41,15 @@
(define-public cgal (define-public cgal
(package (package
(name "cgal") (name "cgal")
(version "4.5.1") (version "4.6.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://gforge.inria.fr/frs/download.php/file/34402/CGAL-" "http://gforge.inria.fr/frs/download.php/file/"
version ".tar.xz")) "35139/CGAL-4.6.3.tar.xz"))
(sha256 (sha256
(base32 (base32
"1565ycbds92bxmhi09avc1jl6ks141ig00j110l49gqxp9swy6zv")))) "08gwjjh0qz3fakj1y2nsl2qvb0qv5lc7k1pxwjkagh37hxxh4f73"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(;; "RelWithDebInfo" is not supported. '(;; "RelWithDebInfo" is not supported.