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"))))