summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2025-09-03 11:30:08 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-05 00:04:58 +0100
commit293e99b9e0ec0f8849e032d53d8525713ebb77ea (patch)
tree38c27392e8d090c849b349eebefe7e4bc273ef20 /gnu/packages
parent97d60fd2d26507176e0a8c5f1985be8747280b73 (diff)
gnu: gmsh: Update to 4.14.1.
* gnu/packages/maths.scm (gmsh): Update to 4.14.1. Change-Id: I1dfe37daa6d9657f9dbb5559ae981cf264fdacb8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/maths.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c049169bb5e..293390577d8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3706,7 +3706,7 @@ supports the propositional fragment of PDDL2.2.")
(define-public gmsh
(package
(name "gmsh")
- (version "4.13.1")
+ (version "4.14.1")
(source
(origin
(method git-fetch)
@@ -3717,7 +3717,7 @@ supports the propositional fragment of PDDL2.2.")
(string-replace-substring version "." "_")))))
(file-name (git-file-name name version))
(sha256
- (base32 "16abxhadyyj7890lv6cdfxskg25w105pcpqvb5iwf6a59py8na8y"))
+ (base32 "1s53b7llkq30imyahf0f1rwmhfq9149czbrqhfvidkdxzhwpk27d"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "contrib/metis"))))