Merge pull request #10540 from FRidh/tables

python tables: 3.1.1 -> 3.2.2
This commit is contained in:
Domen Kožar 2015-10-23 12:06:30 +02:00
commit 910479160b

View File

@ -2,12 +2,12 @@
, cython, bzip2, lzo, numpy, numexpr, hdf5 }:
buildPythonPackage rec {
version = "3.1.1";
version = "3.2.2";
name = "tables-${version}";
src = fetchurl {
url = "mirror://sourceforge/pytables/${name}.tar.gz";
sha256 = "18rdzv9xwiapb5c8y47rk2fi3fdm2dpjf68wfycma67ifrih7f9r";
url = "https://pypi.python.org/packages/source/t/tables/${name}.tar.gz";
sha256 = "3564b351a71ec1737b503b001eb7ceae1f65d5d6e3ffe1ea75aafba10f37fa84";
};
buildInputs = [ hdf5 cython bzip2 lzo ];