python3Packages.intake: 0.5.4 -> 0.5.5

This commit is contained in:
Jonathan Ringer 2020-05-11 14:18:05 -07:00 committed by Jon
parent 925709e9a7
commit f08cfa576f

View File

@ -11,6 +11,7 @@
, numpy , numpy
, pandas , pandas
, panel , panel
, pyarrow
, python-snappy , python-snappy
, requests , requests
, ruamel_yaml , ruamel_yaml
@ -22,16 +23,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "intake"; pname = "intake";
version = "0.5.4"; version = "0.5.5";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "81c3bdadbb81ec10c923b89e118c229d977a584ccbe27466f8fde41c0c274c3f"; sha256 = "0ypgf0046hln27gjcy7gjh4diblgmivkf7kxbcy1mjvwka55bdmw";
}; };
checkInputs = [ pytest ]; checkInputs = [ pyarrow pytest ];
propagatedBuildInputs = [ propagatedBuildInputs = [
appdirs appdirs
dask dask