guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/17: gnu: gmsh: Update to 4.11.1.


From: guix-commits
Subject: 16/17: gnu: gmsh: Update to 4.11.1.
Date: Tue, 11 Jul 2023 11:01:33 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7761495ccb7be05f1d4d6a18884855dc79425e22
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Jun 20 02:30:17 2023 +0000

    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>
---
 gnu/packages/maths.scm | 4 ++--
 1 file 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]