Merge pull request #3056 from aherrmann/pr_tables

Python module tables
This commit is contained in:
Florian Friesdorf
2014-06-23 22:58:04 +02:00
4 changed files with 116 additions and 9 deletions

View File

@@ -4,6 +4,6 @@ stdenv.mkDerivation {
name = "szip-2.1";
src = fetchurl {
url = ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/szip-2.1.tar.gz;
sha256 = "05707lrdhwp8mv0dgzh2b6m2mwamv1z6k29m2v1v7pz0c1w2gb6z";
sha256 = "1vym7r4by02m0yqj10023xyps5b21ryymnxb4nb2gs32arfxj5m8";
};
}
}