diff mbox series

[bug#49491] gnu: gmsh: Update to 4.8.4.

Message ID SHwRINeMcaoM4mP9CmAfQiGAh8t55PtU-3A_UxdakG6wN1j-K0d70cA5Yv_JMlDo78PhLELgbESrCqMq_TV5y0K3W1g7WExTgQvQm1I05ls=@apatience.com
State Accepted
Headers show
Series [bug#49491] gnu: gmsh: Update to 4.8.4. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Paul A. Patience July 9, 2021, 1:13 p.m. UTC
Empty Message

Comments

Efraim Flashner July 13, 2021, 12:50 p.m. UTC | #1
Thanks. Patch pushed!
diff mbox series

Patch

From 2850c9859af104f0612cda779b461f57c16bab68 Mon Sep 17 00:00:00 2001
From: "Paul A. Patience" <paul@apatience.com>
Date: Fri, 9 Jul 2021 09:09:59 -0400
Subject: [PATCH] gnu: gmsh: Update to 4.8.4.

* gnu/packages/maths.scm (gmsh): Update to 4.8.4.
---
 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 b8e9a31be7..36b32e8eb6 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
-- 
2.32.0