guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: gmsh: Update to 4.8.4.


From: guix-commits
Subject: 01/03: gnu: gmsh: Update to 4.8.4.
Date: Tue, 13 Jul 2021 08:51:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit cb78595fe3650057f258109c6599f4bae1d0e72e
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Jul 9 09:09:59 2021 -0400

    gnu: gmsh: Update to 4.8.4.
    
    * gnu/packages/maths.scm (gmsh): Update to 4.8.4.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 03c6b95..ff58b1d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2258,7 +2258,7 @@ This is the certified version of the Open Cascade 
Technology (OCCT) library.")
 (define-public gmsh
   (package
     (name "gmsh")
-    (version "4.6.0")
+    (version "4.8.4")
     (source
      (origin
       (method git-fetch)
@@ -2270,7 +2270,7 @@ This is the certified version of the Open Cascade 
Technology (OCCT) library.")
                                         version)))))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "0m0pjxcy1bnr7a20i11lh0ih159pphq9wsvfjr3sfx4y3lginz5y"))
+       (base32 "07mi6ja3b9libgcdp2b4dwnkap1b9ha2wi2zdn9mhmwvp3g1pxhp"))
       (modules '((guix build utils)))
       (snippet
        '(begin



reply via email to

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