guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: python-h5py: Update to 2.10.0.


From: guix-commits
Subject: 01/05: gnu: python-h5py: Update to 2.10.0.
Date: Thu, 5 Mar 2020 15:50:32 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 24ce64216e1f03c14c1693cb9d1051691b758b1f
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Mar 5 21:45:14 2020 +0100

    gnu: python-h5py: Update to 2.10.0.
    
    * gnu/packages/python-xyz.scm (python-h5py): Update to 2.10.0.
    [inputs]: Use hdf5-1.10.
    [native-inputs]: Add pkg-config.
---
 gnu/packages/python-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3cd1686..7003f60 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -475,14 +475,14 @@ NetCDF files can also be read and modified.  Python-HDF4 
is a fork of
 (define-public python-h5py
   (package
     (name "python-h5py")
-    (version "2.8.0")
+    (version "2.10.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "h5py" version))
       (sha256
        (base32
-        "0mdr6wrq02ac93m1aqx9kad0ppfzmm4imlxqgyy1x4l7hmdcc9p6"))))
+        "0baipzv8n93m0dq0riyi8rfhzrjrfrfh8zqhszzp1j2xjac2fhc4"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; no test target
@@ -504,10 +504,11 @@ NetCDF files can also be read and modified.  Python-HDF4 
is a fork of
      `(("python-six" ,python-six)
        ("python-numpy" ,python-numpy)))
     (inputs
-     `(("hdf5" ,hdf5)))
+     `(("hdf5" ,hdf5-1.10)))
     (native-inputs
      `(("python-cython" ,python-cython)
-       ("python-pkgconfig" ,python-pkgconfig)))
+       ("python-pkgconfig" ,python-pkgconfig)
+       ("pkg-config" ,pkg-config)))
     (home-page "https://www.h5py.org/";)
     (synopsis "Read and write HDF5 files from Python")
     (description



reply via email to

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