From bd2b839c3cbe9da524fd75f0995bb109ff45c9c4 Mon Sep 17 00:00:00 2001 From: Olivier Farges Date: Mon, 11 May 2026 08:20:50 +0200 Subject: [PATCH] gnu: gmsh: Update to 4.15.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/maths.scm (gmsh): Update to 4.15.2. Change-Id: Ibd939f710c73d85f24688b53123a886d6ffc3109 Merges: https://codeberg.org/guix/guix/pulls/8526 Signed-off-by: Nguyễn Gia Phong --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 407a3e82ad7..8915cdba3b6 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3904,7 +3904,7 @@ supports the propositional fragment of PDDL2.2.") (define-public gmsh (package (name "gmsh") - (version "4.15.0") + (version "4.15.2") (source (origin (method git-fetch) @@ -3915,7 +3915,7 @@ supports the propositional fragment of PDDL2.2.") (string-replace-substring version "." "_"))))) (file-name (git-file-name name version)) (sha256 - (base32 "0rk4l07mibicigr2vswzm38s1vpz9p1g0xcmpdnmgilj9xfzpq9p")) + (base32 "1z5fl1im7mss5w8c8ngbhj5wbx0b8knmwg5hfdg036yb0x5pdc4j")) (modules '((guix build utils))) (snippet '(delete-file-recursively "contrib/metis"))))