mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
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:
parent
70b74663b6
commit
538c1a024a
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Reference in a new issue