Merge pull request #106122 from r-ryantm/auto-update/python3.7-kaggle

python37Packages.kaggle: 1.5.9 -> 1.5.10
This commit is contained in:
Sandro 2020-12-07 10:44:46 +01:00 committed by GitHub
commit 003b68aead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.