forked from mirrors/nixpkgs
python3Packages.h5py: 3.2.1 -> 3.4.0
This commit is contained in:
parent
01a0004b80
commit
bb31e6c19a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue