python314Packages.boto3-stubs: 1.42.51 -> 1.42.52

This commit is contained in:
Fabian Affolter
2026-02-19 16:53:46 +01:00
parent c7374eeeaa
commit 46cab0dc00
@@ -358,13 +358,13 @@
buildPythonPackage (finalAttrs: {
pname = "boto3-stubs";
version = "1.42.51";
version = "1.42.52";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit (finalAttrs) version;
hash = "sha256-D9ydekPsV5DABnz6A39AGPmSfCh/3y+c1cmEkXNlbsA=";
hash = "sha256-oZm8jRNncQ0aeHDT6Bzv2IYPrrWNMrO40Uy8cG0TKX8=";
};
build-system = [ setuptools ];