We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf6995 commit 08b9219Copy full SHA for 08b9219
1 file changed
pkgs/development/python-modules/botocore-stubs/default.nix
@@ -9,13 +9,13 @@
9
10
buildPythonPackage (finalAttrs: {
11
pname = "botocore-stubs";
12
- version = "1.42.34";
+ version = "1.42.35";
13
pyproject = true;
14
15
src = fetchPypi {
16
pname = "botocore_stubs";
17
inherit (finalAttrs) version;
18
- hash = "sha256-89HFtFwsvhb2Nxmr5jmyOh7rP+ycPqCnJohYW0YujOM=";
+ hash = "sha256-N1z5U09vKjW9LJ5wduiPtJ+31YnFqsEp22qf/BNWHK0=";
19
};
20
21
build-system = [ setuptools ];
0 commit comments