guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: cgal: Update to 4.8.1.


From: Efraim Flashner
Subject: 01/02: gnu: cgal: Update to 4.8.1.
Date: Sun, 3 Jul 2016 03:45:18 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 0a7fc756fe9676036f55aebe5634bc5a3b1402b3
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 3 03:28:03 2016 +0300

    gnu: cgal: Update to 4.8.1.
    
    * gnu/packages/graphics.scm (cgal): Update to 4.8.1.
    [source]: Release tarballs now at Github.
---
 gnu/packages/graphics.scm |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 0ca2e84..3ba5928 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2015 Tomáš Čech <address@hidden>
 ;;; Copyright © 2016 Leo Famulari <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -139,15 +140,15 @@ application can be customized via its API for Python 
scripting.")
 (define-public cgal
   (package
     (name "cgal")
-    (version "4.6.3")
+    (version "4.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://gforge.inria.fr/frs/download.php/file/";
-                    "35139/CGAL-4.6.3.tar.xz"))
+                    "https://github.com/CGAL/cgal/releases/download/releases/";
+                    "CGAL-" version "/CGAL-" version ".tar.xz"))
               (sha256
                (base32
-                "08gwjjh0qz3fakj1y2nsl2qvb0qv5lc7k1pxwjkagh37hxxh4f73"))))
+                "1c41yzl2jg3d6zx5k0iccwqwibp950q7dr7z7pp4xi9wlph3c87s"))))
     (build-system cmake-build-system)
     (arguments
      '(;; "RelWithDebInfo" is not supported.



reply via email to

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