python: tables: 3.5.2 -> 3.6.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:50 +02:00
parent 8257f25970
commit ad6f130404
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@
with stdenv.lib; with stdenv.lib;
buildPythonPackage rec { buildPythonPackage rec {
version = "3.5.2"; version = "3.6.0";
pname = "tables"; pname = "tables";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1hikrki0hx94ass31pn0jyz9iy0zhnkjacfk86m21cxsc8if685j"; sha256 = "db3488214864fb313a611fca68bf1c9019afe4e7877be54d0e61c84416603d4d";
}; };
buildInputs = [ hdf5 cython bzip2 lzo c-blosc ]; buildInputs = [ hdf5 cython bzip2 lzo c-blosc ];