python3Packages.boto3-stubs: 1.43.45 -> 1.43.46

This commit is contained in:
Fabian Affolter
2026-07-13 12:51:38 +02:00
parent fac6442de3
commit b134454ee1
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.43.45";
version = "1.43.46";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-ln1dK7msfiTyyov5D2RsLePOUgfkVyP7eU8C1I+ibkg=";
hash = "sha256-dlHkPTCFXU3WqNqVSapQvlAOqnMBqfG+itIHkc4jbxw=";
};
build-system = [ setuptools ];