python3Packages.boto3-stubs: 1.43.32 -> 1.43.33

This commit is contained in:
Fabian Affolter
2026-06-19 07:54:52 +02:00
parent 81009f95c0
commit 2cea9d6fe2
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.32";
version = "1.43.33";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-1jpnmxnBJCJpiLHbomnLWCgBdax0NWcyEsEJBPz/rug=";
hash = "sha256-fcaKNxemictMYAM11XGeBjXg0HEPICs678A+WQpMmAI=";
};
build-system = [ setuptools ];