python3Packages.kagglesdk: 0.1.23 -> 0.1.27 (#527370)

This commit is contained in:
Gaétan Lepage
2026-06-19 19:37:33 +00:00
committed by GitHub
2 changed files with 5 additions and 7 deletions
@@ -38,7 +38,7 @@
buildPythonPackage (finalAttrs: {
pname = "kagglehub";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
__structuredAttrs = true;
@@ -46,7 +46,7 @@ buildPythonPackage (finalAttrs: {
owner = "Kaggle";
repo = "kagglehub";
tag = "v${finalAttrs.version}";
hash = "sha256-HyPFGde1v++7Ef5dSLHLA2u2RfnlwM+63RAV+lulTjw=";
hash = "sha256-a21HFUNU7zWGb0ZpXx8MSDVpgu7Ykx6SLbLaIO6wRm8=";
};
build-system = [
@@ -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 = [