Merge pull request #118844 from SuperSandro2000/python38Packages.h5py

python38Packages.h5py: 3.1.0 -> 3.2.1
This commit is contained in:
Sandro 2021-04-09 09:18:32 +02:00 committed by GitHub
commit ce5c919122
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@ let
mpi = hdf5.mpi;
mpiSupport = hdf5.mpiSupport;
in buildPythonPackage rec {
version = "3.1.0";
version = "3.2.1";
pname = "h5py";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "1e2516f190652beedcb8c7acfa1c6fa92d99b42331cbef5e5c7ec2d65b0fc3c2";
sha256 = "sha256-iUdL6RG/zbNMvw2YuOxItXjCeon9sa5O51E/HvjZJJ4=";
};
# avoid strict pinning of numpy
@ -49,6 +49,7 @@ in buildPythonPackage rec {
meta = with lib; {
description = "Pythonic interface to the HDF5 binary data format";
homepage = "http://www.h5py.org/";
license = licenses.bsd2;
license = licenses.bsd3;
maintainers = [ ];
};
}