python3Packages.kagglesdk: 0.1.23 -> 0.1.30

This commit is contained in:
R. Ryantm
2026-06-19 16:00:24 +00:00
committed by Gaetan Lepage
parent 80854fcfdf
commit 2b0a683649
@@ -9,21 +9,19 @@
# dependencies
protobuf,
requests,
# tests
pytestCheckHook,
}:
buildPythonPackage (finalAttrs: {
pname = "kagglesdk";
version = "0.1.23";
version = "0.1.30";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "Kaggle";
repo = "kagglesdk";
tag = "v${finalAttrs.version}";
hash = "sha256-0KzZy7Hghkljdbbp4AnafBmZL+jw/3q44+caSZ1S1mU=";
hash = "sha256-7YjbJ6uo6R3jpo25wlHftYAA+0t7oUXc432N/REeCzU=";
};
build-system = [