python313Packages.boto3-stubs: 1.36.21 -> 1.36.23

This commit is contained in:
Fabian Affolter
2025-02-19 10:28:55 +01:00
parent d1e7ea7cd3
commit d1082a9bbc
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.36.21";
version = "1.36.23";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-DLQbzGBJDI8vaRbSRoObABcYT//zH2X8LpIFvs6vU7o=";
hash = "sha256-4JAW8G2vd5TRGBWJG5YvWIxRPF9e5sCrLARcN195jJo=";
};
build-system = [ setuptools ];