1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-17 01:44:05 +02:00

gnu: gmsh: Update to 4.15.2.

* 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 <cnx@loang.net>
This commit is contained in:
Olivier Farges
2026-05-11 08:20:50 +02:00
committed by Nguyễn Gia Phong
parent a806d908cd
commit bd2b839c3c
+2 -2
View File
@@ -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"))))