From 98a4819a6d75813006b5edd3345447fa2751e7bf Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 16 Jul 2026 14:17:25 +0200 Subject: gnu: cgal-5: Update to 5.6.3. * gnu/packages/graphics.scm (cgal-5): Update to 5.6.3. --- 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 b26a8c3cc64..8e396893c22 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -1119,7 +1119,7 @@ volumetric texture formats beneficial for molecular visualization.") (define-public cgal-5 (package (name "cgal") - (version "5.6.1") + (version "5.6.3") (source (origin (method git-fetch) @@ -1128,7 +1128,7 @@ volumetric texture formats beneficial for molecular visualization.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rym0xi4kh4nv2pdj178gygkalvrwgx38v13b0zm3jl0v1af9bhv")))) + (base32 "025dn5jphjw7arj5d6pvn7wcc4410wdi42h0ggcrqz9s4qvjwbf1")))) (build-system cmake-build-system) (arguments `(#:configure-flags -- cgit v1.2.3