Skip to content

Commit 053a409

Browse files
authored
python3Packages.kagglesdk: 0.1.18 -> 0.1.19 (#511952)
2 parents d0ff583 + d9bf6c7 commit 053a409

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/kagglesdk/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
buildPythonPackage (finalAttrs: {
1818
pname = "kagglesdk";
19-
version = "0.1.18";
19+
version = "0.1.19";
2020
pyproject = true;
2121

2222
src = fetchFromGitHub {
2323
owner = "Kaggle";
2424
repo = "kagglesdk";
2525
tag = "v${finalAttrs.version}";
26-
hash = "sha256-2WmYx4Q8Qx1ZdDzqeYwGsOPf0q1Cxtw9zM0iWK4z2xM=";
26+
hash = "sha256-AfR4MlVev8KuhHKD71A87BmT0lXpNipnpRlvgaGcAos=";
2727
};
2828

2929
build-system = [

0 commit comments

Comments
 (0)