diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-05 23:51:07 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-06 09:16:47 +0100 |
commit | 538c1a024a288cb674f4e6048bb9086963949358 (patch) | |
tree | 28be5ab208a71e2075ec934717dc879df65116ce /gnu/packages/python-xyz.scm | |
parent | 70b74663b64a65f142b3aac8c79d952d96480008 (diff) |
gnu: python-tables: Use later hdf5 version.
* gnu/packages/python-xyz.scm (python-tables)[inputs]: Replace hdf5 with
hdf5-1.10.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 22092db2d4..dd0d56548c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7257,7 +7257,7 @@ printing of sub-tables by specifying a row range.") `(("python-cython" ,python-cython) ("pkg-config" ,pkg-config))) (inputs - `(("hdf5" ,hdf5) + `(("hdf5" ,hdf5-1.10) ("bzip2" ,bzip2) ("zlib" ,zlib))) (home-page "http://www.pytables.org/") |