python: tables: support Python 2
tables/3.5.nix is supposed to be frozen at 3.5.
This commit is contained in:
parent
0646b9f7c3
commit
d71f948f03
|
@ -4,12 +4,12 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "3.6.1";
|
version = "3.5.2";
|
||||||
pname = "tables";
|
pname = "tables";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "49a972b8a7c27a8a173aeb05f67acb45fe608b64cd8e9fa667c0962a60b71b49";
|
sha256 = "1hikrki0hx94ass31pn0jyz9iy0zhnkjacfk86m21cxsc8if685j";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ hdf5 cython bzip2 lzo c-blosc ];
|
buildInputs = [ hdf5 cython bzip2 lzo c-blosc ];
|
||||||
|
|
Loading…
Reference in New Issue