[PATCH] gnu: matio: Update to 1.5.19.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201228114900.7060-1-vincent.legoll@gmail.com
* gnu/packages/maths.scm (matio): Update to 1.5.19.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b54cd6dff1..0ba6b3444e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4558,7 +4558,7 @@ structured and unstructured grid problems.")))
(define-public matio
(package
(name "matio")
- (version "1.5.6")
+ (version "1.5.19")
(source
(origin
(method url-fetch)
@@ -4566,7 +4566,7 @@ structured and unstructured grid problems.")))
"matio-" version ".tar.gz"))
(sha256
(base32
- "0y2qymgxank8wdiwc68ap8bxdzrhvyw86i29yh3xgn4z1njfd9ir"))))
+ "0vr8c1mz1k6mz0sgh6n3scl5c3a71iqmy5fnydrgq504icj4vym4"))))
(build-system gnu-build-system)
(inputs
`(("zlib" ,zlib)
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45490-done@debbugs.gnu.org)
X+3PFe2Xa6JA7S27@3900XT
Looks good! Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/tzxUACgkQQarn3Mo9
g1GdJg//es+ZTG7844bFgR26QSeVHpHeVXjAnAjneEBaosbXmm1wT/EboDsvW71P
/8uKrGVlXXf54eVmiilznTi4CPyTHr+argh5mjPdtTYTvemhqSo5aOpWOyYabLFT
SnWiLo2mOQlILbi981luWmEwrWMZQgs0oqD2IP8e9jUMHjz6Y/y+atIq9IE9534+
sA8PAJUrEYfSaUxwJy9Vn9Fg+wDZGmC2xWFnq5cU6gsTnpu4np3EC/LchcR6+mF5
3R8kjDxU8TEGku5LYIX3nCqIV+67IDXM9FkkoaEkud1PWaJwd1Gc1HBp9Hctyn8S
MJO8vMtQmex/xxA6+p2dH+IbfrJcfVoIcknpdJ5V7BH/ZBqS3gB2hpESUmkLLiTN
b6AGI/MQMW/yoOSZ2e79Pp/k2SAL/WnEL6JmOOtkZGrnqsf6DegNTN0Xq/GSWIcs
iRH9IhEDBpHr3Czi0a2e0datE1YnFPlIRZaIOB15JWHny2dOSojv1WqAuGmTUmEx
1Yqn4GqKKx1z54ODFvUcAj5pzfCC1n8ajE5n5ekgCoK6zoNWE2ipL6JjAKxYwrnd
EzR4QlQVLU9fHbfls8UvPSFnuhY108/tMcxvgZtaYUBkY8UK9NgsMEvzwU6lQfiu
CcnE3dZgviZo8FG2Rp0TdXeHyX22NSEeQHlhrrqozideZIZbjzA=
=oMkk
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45490@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45490
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help