Python: maintenance updates

This commit is contained in:
Frederik Rietdijk
2017-09-02 12:16:48 +02:00
parent 72cc6ba17f
commit 8e19e0327f
17 changed files with 34 additions and 34 deletions

View File

@@ -11,13 +11,13 @@ let
mpiSupport = hdf5.mpiSupport;
in buildPythonPackage rec {
version = "2.7.0";
version = "2.7.1";
pname = "h5py";
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://pypi/h/h5py/${name}.tar.gz";
sha256 = "79254312df2e6154c4928f5e3b22f7a2847b6e5ffb05ddc33e37b16e76d36310";
sha256 = "180a688311e826ff6ae6d3bda9b5c292b90b28787525ddfcb10a29d5ddcae2cc";
};
configure_flags = "--hdf5=${hdf5}" + optionalString mpiSupport " --mpi";