python3Packages.h5py: 3.9.0 -> 3.10.0

https://github.com/h5py/h5py/blob/3.10.0/docs/whatsnew/3.10.rst
This commit is contained in:
Martin Weinelt
2023-12-03 00:00:59 +01:00
parent 746cb98891
commit fc229bc914
@@ -21,7 +21,7 @@ let
mpi = hdf5.mpi;
mpiSupport = hdf5.mpiSupport;
in buildPythonPackage rec {
version = "3.9.0";
version = "3.10.0";
pname = "h5py";
format = "pyproject";
@@ -29,7 +29,7 @@ in buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-5gTbZSHB42fGvX+tI5yEf1PMRmRvLSZRNy0Frl6V+Bc=";
hash = "sha256-2TrcSM7rMzR+skpjT7eH78euRkTm6kunM9CZYFBFwEk=";
};
# avoid strict pinning of numpy