gnu: gmsh: Update to 4.10.5.
* gnu/packages/maths.scm (gmsh): Update to 4.10.5. [source]: Reindent. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
ab636bde18
commit
fa21cd31cb
|
@ -2953,7 +2953,7 @@ This is the certified version of the Open Cascade Technology (OCCT) library.")
|
||||||
(define-public gmsh
|
(define-public gmsh
|
||||||
(package
|
(package
|
||||||
(name "gmsh")
|
(name "gmsh")
|
||||||
(version "4.9.5")
|
(version "4.10.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2964,7 +2964,7 @@ This is the certified version of the Open Cascade Technology (OCCT) library.")
|
||||||
(string-replace-substring version "." "_")))))
|
(string-replace-substring version "." "_")))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0asd9p64ng5l2zk5glc33x3ynnvdpndlflg3q9mr0jxr7y9x0lrm"))
|
(base32 "08p39yjgf3lbnjg90skpmsq9n1a9pmwppdmy5s94dc6sq2nfr7xl"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file-recursively "contrib/metis"))))
|
'(delete-file-recursively "contrib/metis"))))
|
||||||
|
|
Reference in New Issue