python313Packages.boto3-stubs: 1.38.20 -> 1.38.22

This commit is contained in:
Fabian Affolter
2025-05-23 11:02:16 +02:00
parent 6c8ef8657f
commit 351637ec28
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.20";
version = "1.38.22";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-fx17//c1XrTRfnmE+/J/RHCc2EhKu1S9a6NOxzpVJgU=";
hash = "sha256-9D7LqBTSxknbOiJFHoM2NQUMwkCVSrNAa9hPUgZ2V6w=";
};
build-system = [ setuptools ];