summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-03-05 23:51:07 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-03-06 09:16:47 +0100
commit538c1a024a288cb674f4e6048bb9086963949358 (patch)
tree28be5ab208a71e2075ec934717dc879df65116ce
parent70b74663b64a65f142b3aac8c79d952d96480008 (diff)
downloadpatches-538c1a024a288cb674f4e6048bb9086963949358.tar
patches-538c1a024a288cb674f4e6048bb9086963949358.tar.gz
gnu: python-tables: Use later hdf5 version.
* gnu/packages/python-xyz.scm (python-tables)[inputs]: Replace hdf5 with hdf5-1.10.
-rw-r--r--gnu/packages/python-xyz.scm2
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/")