python3Packages.boto3-stubs: 1.42.89 -> 1.42.90

This commit is contained in:
Fabian Affolter
2026-04-17 09:08:37 +02:00
parent b139205521
commit dfd07ec100
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.89";
version = "1.42.90";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-27xP0meM+yHam6sbXjC6lRhSMi0FUEWsEgQro00EWXo=";
hash = "sha256-0OpLwTUrpe+PrhPPsv71EfNyET7eA4i1DN0ZgR05zgE=";
};
build-system = [ setuptools ];