diff options
author | Andreas Enge <andreas@enge.fr> | 2025-04-30 18:18:34 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-30 18:19:42 +0200 |
commit | 8285c2c32a6aeed413e2b09980a0e9111ac904c8 (patch) | |
tree | 4281267b38b3caccac98b10a4b83d0b1f3a740ec | |
parent | 7bd1247c9006b57769618ab073954573d7953b2d (diff) |
gnu: python-h5py: Update input.
* gnu/packages/python-xyz.scm (python-h5py)[inputs]: Remove hdf5-1.10;
add hdf5.
Change-Id: I384e9571322f7c4b71f3c0d7144fec4131d84327
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e9cfaba1cc..9691c48781 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3887,7 +3887,7 @@ library.") (setenv "HDF5_DIR" (assoc-ref inputs "hdf5"))))))) (propagated-inputs (list python-six python-numpy)) - (inputs (list hdf5-1.10)) + (inputs (list hdf5)) (native-inputs (list pkg-config python-cython python-ipython python-pkgconfig python-pytest)) (home-page "https://www.h5py.org/") |