diff options
author | Paul A. Patience <paul@apatience.com> | 2023-06-20 02:30:17 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-07-11 16:15:01 +0200 |
commit | 7761495ccb7be05f1d4d6a18884855dc79425e22 (patch) | |
tree | cecfbedfd2819937215f2d77227d15d77c49cbfb /gnu/packages | |
parent | fc25bd72b2a276fb442eff8360c41c62fa14432f (diff) | |
download | guix-7761495ccb7be05f1d4d6a18884855dc79425e22.tar.gz |
gnu: gmsh: Update to 4.11.1.
* gnu/packages/maths.scm (gmsh): Update to 4.11.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-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 e1582a4129..67d81f78d2 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2990,7 +2990,7 @@ This is the certified version of the Open Cascade Technology (OCCT) library.") (define-public gmsh (package (name "gmsh") - (version "4.10.5") + (version "4.11.1") (source (origin (method git-fetch) @@ -3001,7 +3001,7 @@ This is the certified version of the Open Cascade Technology (OCCT) library.") (string-replace-substring version "." "_"))))) (file-name (git-file-name name version)) (sha256 - (base32 "08p39yjgf3lbnjg90skpmsq9n1a9pmwppdmy5s94dc6sq2nfr7xl")) + (base32 "1d6n7qqj9xpfgh7v5jif565waiqjhahkh21pi5s1vr84y61wxyx8")) (modules '((guix build utils))) (snippet '(delete-file-recursively "contrib/metis")))) |