3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.h5py: 3.2.1 -> 3.4.0

This commit is contained in:
Martin Weinelt 2021-08-26 21:32:35 +02:00
parent 01a0004b80
commit bb31e6c19a

View file

@ -8,13 +8,13 @@ let
mpi = hdf5.mpi;
mpiSupport = hdf5.mpiSupport;
in buildPythonPackage rec {
version = "3.2.1";
version = "3.4.0";
pname = "h5py";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-iUdL6RG/zbNMvw2YuOxItXjCeon9sa5O51E/HvjZJJ4=";
sha256 = "ee1c683d91ab010d5e85cb61e8f9e7ee0d8eab545bf3dd50a9618f1d0e8f615e";
};
# avoid strict pinning of numpy