python37Packages.kaggle: 1.5.9 -> 1.5.10
This commit is contained in:
parent
8f94e6566a
commit
6413d2b9b8
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "kaggle";
|
pname = "kaggle";
|
||||||
version = "1.5.9";
|
version = "1.5.10";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "444aeecfb646dbb889c767ee2ab071f63fe3a2b85f72f08f2bd772353d3e3b93";
|
sha256 = "05a2a3d4adeebc8a465d037999ba8db2cb471a24b41d623d4bcb80aac02ddbc9";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The version bounds in the setup.py file are unnecessarily restrictive.
|
# The version bounds in the setup.py file are unnecessarily restrictive.
|
||||||
|
|
Loading…
Reference in New Issue