gnu: python-tables: Use later hdf5 version.

* gnu/packages/python-xyz.scm (python-tables)[inputs]: Replace hdf5 with
hdf5-1.10.
This commit is contained in:
Ricardo Wurmus 2020-03-05 23:51:07 +01:00
parent 70b74663b6
commit 538c1a024a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7257,7 +7257,7 @@ (define-public python-tables
`(("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/")