python313Packages.boto3-stubs: 1.37.11 -> 1.37.12

This commit is contained in:
Fabian Affolter
2025-03-13 21:20:12 +01:00
parent 31314fb841
commit 77cfb00bfd
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.37.11";
version = "1.37.12";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-LmLJYT5JYTV3J8fe8PfNONy2AWuOYn45Ao6QV2Pz6h8=";
hash = "sha256-PHl0o8itRkM01+b1oJK5MIy4LyNoPS4lnB2Kfa0nHBc=";
};
build-system = [ setuptools ];