mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Revert "gnu: python-h5py: Update to 3.8.0."
This reverts commit a1c60ae50e
. It should use
hdf5-1.14, but the default one is still at hdf5-1.10. It also broke diffoscope.
This commit is contained in:
parent
0ced35ce40
commit
4bbd0f8c7a
1 changed files with 2 additions and 2 deletions
|
@ -1863,14 +1863,14 @@ library.")
|
|||
(define-public python-h5py
|
||||
(package
|
||||
(name "python-h5py")
|
||||
(version "3.8.0")
|
||||
(version "3.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "h5py" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pyr6z4h2xqbp49yx2i1401gl6yqh03h771zslwcy0201hpxiskg"))))
|
||||
"0afv805vqrm5071g7alwv41920nhh8kjv4m5nbia9awj9a0x4ll7"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no test target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue