guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: cgal: Update to 4.6.3.


From: Andreas Enge
Subject: 01/01: gnu: cgal: Update to 4.6.3.
Date: Tue, 22 Sep 2015 17:26:08 +0000

andreas pushed a commit to branch core-updates
in repository guix.

commit 61fe5a57a430c2593959b0aa95cc6ceebb3aeb8d
Author: Andreas Enge <address@hidden>
Date:   Tue Sep 22 19:25:33 2015 +0200

    gnu: cgal: Update to 4.6.3.
    
    * gnu/packages/graphics.scm (cgal): Update to 4.6.3.
---
 gnu/packages/graphics.scm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 14badc9..f224ebf 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.



reply via email to

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