python3Packages.h5py: 3.15.1 -> 3.16.0

https://github.com/h5py/h5py/blob/3.16.0/docs/whatsnew/3.16.rst
This commit is contained in:
Martin Weinelt
2026-07-13 02:15:35 +02:00
parent 365e5afe04
commit 87c268fc45
@@ -20,13 +20,13 @@ let
mpiSupport = hdf5.mpiSupport;
in
buildPythonPackage rec {
version = "3.15.1";
version = "3.16.0";
pname = "h5py";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-yG4+1FxEc1ZN5VqoO2/J5erYZXh3PfvZMEc4AELia2k=";
hash = "sha256-oNuq15aEDMqmekwUSg0MgIAHPDTHbVppQdaBhnjvJzg=";
};
pythonRelaxDeps = [ "mpi4py" ];