apteryx pushed a commit to branch master
in repository guix.
commit c2c48868f3fd9de14327c98eefb557764cff18ed
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Apr 1 23:30:01 2023 -0400
gnu: python-h5py: Update to 3.8.0.
* gnu/packages/python-xyz.scm (python-h5py): Update to 3.8.0.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a8b3a85572..dc3bb88463 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1863,14 +1863,14 @@ library.")
(define-public python-h5py
(package
(name "python-h5py")
- (version "3.6.0")
+ (version "3.8.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "h5py" version))
(sha256
(base32
- "0afv805vqrm5071g7alwv41920nhh8kjv4m5nbia9awj9a0x4ll7"))))
+ "0pyr6z4h2xqbp49yx2i1401gl6yqh03h771zslwcy0201hpxiskg"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; no test target