python313Packages.boto3-stubs: 1.42.21 -> 1.42.22

This commit is contained in:
Fabian Affolter
2026-01-06 01:26:24 +01:00
parent e74e3c82ce
commit 24edd3430d
@@ -358,13 +358,13 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.42.21";
version = "1.42.22";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-3ngHCBAQs3aLcxJyk2/n1KTUzfjd4ZaQ1GHhTnPiLWM=";
hash = "sha256-jPNMLFuZ2/UfSKpIaB9SqY38o4LGQp87nNcnxpsYXyo=";
};
build-system = [ setuptools ];