Skip to content

Commit 08b9219

Browse files
committed
python313Packages.botocore-stubs: 1.42.34 -> 1.42.35
1 parent fdf6995 commit 08b9219

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/botocore-stubs

pkgs/development/python-modules/botocore-stubs/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildPythonPackage (finalAttrs: {
1111
pname = "botocore-stubs";
12-
version = "1.42.34";
12+
version = "1.42.35";
1313
pyproject = true;
1414

1515
src = fetchPypi {
1616
pname = "botocore_stubs";
1717
inherit (finalAttrs) version;
18-
hash = "sha256-89HFtFwsvhb2Nxmr5jmyOh7rP+ycPqCnJohYW0YujOM=";
18+
hash = "sha256-N1z5U09vKjW9LJ5wduiPtJ+31YnFqsEp22qf/BNWHK0=";
1919
};
2020

2121
build-system = [ setuptools ];

0 commit comments

Comments
 (0)