Merge pull request #118844 from SuperSandro2000/python38Packages.h5py

python38Packages.h5py: 3.1.0 -> 3.2.1

authored by Sandro and committed by GitHub ce5c9191 21bfb81a

+4 -3
+4 -3
pkgs/development/python-modules/h5py/default.nix
··· 8 mpi = hdf5.mpi; 9 mpiSupport = hdf5.mpiSupport; 10 in buildPythonPackage rec { 11 - version = "3.1.0"; 12 pname = "h5py"; 13 disabled = isPy27; 14 15 src = fetchPypi { 16 inherit pname version; 17 - sha256 = "1e2516f190652beedcb8c7acfa1c6fa92d99b42331cbef5e5c7ec2d65b0fc3c2"; 18 }; 19 20 # avoid strict pinning of numpy ··· 49 meta = with lib; { 50 description = "Pythonic interface to the HDF5 binary data format"; 51 homepage = "http://www.h5py.org/"; 52 - license = licenses.bsd2; 53 }; 54 }
··· 8 mpi = hdf5.mpi; 9 mpiSupport = hdf5.mpiSupport; 10 in buildPythonPackage rec { 11 + version = "3.2.1"; 12 pname = "h5py"; 13 disabled = isPy27; 14 15 src = fetchPypi { 16 inherit pname version; 17 + sha256 = "sha256-iUdL6RG/zbNMvw2YuOxItXjCeon9sa5O51E/HvjZJJ4="; 18 }; 19 20 # avoid strict pinning of numpy ··· 49 meta = with lib; { 50 description = "Pythonic interface to the HDF5 binary data format"; 51 homepage = "http://www.h5py.org/"; 52 + license = licenses.bsd3; 53 + maintainers = [ ]; 54 }; 55 }