me
/
guix
Archived
1
0
Fork 0

gnu: matio: Update to 1.5.19.

* gnu/packages/maths.scm (matio): Update to 1.5.19.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Vincent Legoll 2020-12-28 12:49:00 +01:00 committed by Efraim Flashner
parent c9156e811c
commit 75166b29f2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -4558,7 +4558,7 @@ structured and unstructured grid problems.")))
(define-public matio (define-public matio
(package (package
(name "matio") (name "matio")
(version "1.5.6") (version "1.5.19")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4566,7 +4566,7 @@ structured and unstructured grid problems.")))
"matio-" version ".tar.gz")) "matio-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0y2qymgxank8wdiwc68ap8bxdzrhvyw86i29yh3xgn4z1njfd9ir")))) "0vr8c1mz1k6mz0sgh6n3scl5c3a71iqmy5fnydrgq504icj4vym4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("zlib" ,zlib) `(("zlib" ,zlib)