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
(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.