guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: matio: Update to 1.5.23.


From: guix-commits
Subject: 02/02: gnu: matio: Update to 1.5.23.
Date: Thu, 31 Aug 2023 06:55:29 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit b51e45d3aaa8a85d39a8a4c3d18e8b57254aeaf2
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Aug 30 15:12:30 2023 +0200

    gnu: matio: Update to 1.5.23.
    
    * gnu/packages/maths.scm (matio): Update to 1.5.23.
---
 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 98ed03e0d6..f413403207 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5916,7 +5916,7 @@ structured and unstructured grid problems.")))
 (define-public matio
   (package
     (name "matio")
-    (version "1.5.19")
+    (version "1.5.23")
     (source
      (origin
        (method url-fetch)
@@ -5924,7 +5924,7 @@ structured and unstructured grid problems.")))
                            "matio-" version ".tar.gz"))
        (sha256
         (base32
-         "0vr8c1mz1k6mz0sgh6n3scl5c3a71iqmy5fnydrgq504icj4vym4"))))
+         "0vjdkxn402gwrgbi5ii3n2ai01bjzzfb588iqd9ylinzc7kfm4cz"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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