Python: many package updates

Did not test all packages. Likely we'll have some breakage.
This commit is contained in:
Frederik Rietdijk
2017-05-27 14:24:47 +02:00
parent 4cbd5e4141
commit 6b999f3c42
63 changed files with 129 additions and 137 deletions

View File

@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "mpi4py";
version = "1.3.1";
version = "2.0.0";
name = "${pname}-${version}";
src = fetchurl {
url = "https://bitbucket.org/mpi4py/mpi4py/downloads/${name}.tar.gz";
sha256 = "e7bd2044aaac5a6ea87a87b2ecc73b310bb6efe5026031e33067ea3c2efc3507";
sha256 = "6543a05851a7aa1e6d165e673d422ba24e45c41e4221f0993fe1e5924a00cb81";
};
passthru = {