python310Packages.kaggle: 1.5.12 -> 1.5.13

This commit is contained in:
R. Ryantm 2023-03-06 01:28:47 +00:00
parent cb351f064e
commit d4b88e4d15

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "kaggle";
version = "1.5.12";
version = "1.5.13";
src = fetchPypi {
inherit pname version;
sha256 = "b4d87d107bff743aaa805c2b382c3661c4c175cdb159656d4972be2a9cef42cb";
sha256 = "sha256-g2TFbDYSXLgZWHbZEdC8nvvBcxZ+ljuenveTeJupp/4=";
};
# The version bounds in the setup.py file are unnecessarily restrictive.