guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: cgal: Update to 5.2.2.


From: guix-commits
Subject: 01/11: gnu: cgal: Update to 5.2.2.
Date: Tue, 29 Jun 2021 00:45:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 32037d8f3433155d8deeb489394fd90e01b55646
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 29 05:17:11 2021 +0200

    gnu: cgal: Update to 5.2.2.
    
    * gnu/packages/graphics.scm (cgal): Update to 5.2.2.
---
 gnu/packages/graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index e0cade6..9925a72 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -761,7 +761,7 @@ more.")
 (define-public cgal
   (package
     (name "cgal")
-    (version "5.2.1")
+    (version "5.2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -769,7 +769,7 @@ more.")
                     "/CGAL-" version ".tar.xz"))
               (sha256
                (base32
-                "1rhrpjsp4081nn2q215h78kc4msrj0081zg65k1gfp5hl88bg03y"))))
+                "0yjzq12ivizp23y7zqm30x20psv9gzwbcdrhyd3f7h0ds94m1c40"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; no test target



reply via email to

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