diff options
author | Lars Bilke <lars.bilke@ufz.de> | 2025-02-13 10:38:41 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-14 10:55:55 +0000 |
commit | 3a916935311568b742d734cf76be8a45737f9382 (patch) | |
tree | f8280bf05142665b8b2bdc9e85d2e32a25de36e8 | |
parent | 7c6a76fa090e846d79a7983d5cf1429932eb48ce (diff) | |
download | guix-3a916935311568b742d734cf76be8a45737f9382.tar.gz guix-3a916935311568b742d734cf76be8a45737f9382.zip |
gnu: gmsh: Update to 4.13.1.
* gnu/packages/maths.scm (gmsh): Update to 4.13.1.
Change-Id: Iee56d09055f0803c4f4bc432402dadb3d34bc107
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 4a1637b952..8427b7f6db 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3437,7 +3437,7 @@ supports the propositional fragment of PDDL2.2.") (define-public gmsh (package (name "gmsh") - (version "4.11.1") + (version "4.13.1") (source (origin (method git-fetch) @@ -3448,7 +3448,7 @@ supports the propositional fragment of PDDL2.2.") (string-replace-substring version "." "_"))))) (file-name (git-file-name name version)) (sha256 - (base32 "1d6n7qqj9xpfgh7v5jif565waiqjhahkh21pi5s1vr84y61wxyx8")) + (base32 "16abxhadyyj7890lv6cdfxskg25w105pcpqvb5iwf6a59py8na8y")) (modules '((guix build utils))) (snippet '(delete-file-recursively "contrib/metis")))) |