guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: gmsh: Update to 4.9.5.


From: guix-commits
Subject: 04/11: gnu: gmsh: Update to 4.9.5.
Date: Tue, 19 Apr 2022 06:30:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d483dbe0fa4853861d46937c8e4a97cef326737e
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Tue Apr 12 14:31:02 2022 +0000

    gnu: gmsh: Update to 4.9.5.
    
    * gnu/packages/maths.scm (gmsh): Update to 4.9.5.
    
    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 f18d63de62..159132aa62 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2814,7 +2814,7 @@ This is the certified version of the Open Cascade 
Technology (OCCT) library.")
 (define-public gmsh
   (package
     (name "gmsh")
-    (version "4.8.4")
+    (version "4.9.5")
     (source
      (origin
       (method git-fetch)
@@ -2825,7 +2825,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 "07mi6ja3b9libgcdp2b4dwnkap1b9ha2wi2zdn9mhmwvp3g1pxhp"))
+       (base32 "0asd9p64ng5l2zk5glc33x3ynnvdpndlflg3q9mr0jxr7y9x0lrm"))
       (modules '((guix build utils)))
       (snippet
        '(begin



reply via email to

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