Skip to content

Commit ad84b72

Browse files
authored
python312Packages.h5py: 3.12.1 -> 3.13.0 (#383285)
2 parents 0a510bc + b3f8cb9 commit ad84b72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/h5py/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ let
2222
mpiSupport = hdf5.mpiSupport;
2323
in
2424
buildPythonPackage rec {
25-
version = "3.12.1";
25+
version = "3.13.0";
2626
pname = "h5py";
2727
pyproject = true;
2828

2929
disabled = pythonOlder "3.7";
3030

3131
src = fetchPypi {
3232
inherit pname version;
33-
hash = "sha256-Mm1wtT0xuqYfALiqX5XC/LliGj7oNl13DFUaE9u8v98=";
33+
hash = "sha256-GHDkZRhyACPahdCJWhlg/yzjmMVnHqw7GkHsaWtxBcM=";
3434
};
3535

3636
pythonRelaxDeps = [ "mpi4py" ];
@@ -41,6 +41,8 @@ buildPythonPackage rec {
4141
substituteInPlace pyproject.toml \
4242
--replace-fail "numpy >=2.0.0, <3" "numpy"
4343
substituteInPlace setup.py \
44+
--replace-fail "mpi4py ==3.1.4" "mpi4py" \
45+
--replace-fail "mpi4py ==4.0.1" "mpi4py" \
4446
--replace-fail "mpi4py ==3.1.6" "mpi4py"
4547
'';
4648

0 commit comments

Comments
 (0)