diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-29 05:17:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-29 05:18:50 +0200 |
commit | 32037d8f3433155d8deeb489394fd90e01b55646 (patch) | |
tree | 7d4da0e073b00eecae94abc17b859fb69d71118d /gnu/packages/graphics.scm | |
parent | 7e435f6c2360c0b7e87b0022e2ad6ad4d7185509 (diff) |
gnu: cgal: Update to 5.2.2.
* gnu/packages/graphics.scm (cgal): Update to 5.2.2.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index e0cade6359..9925a72763 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 |