python313Packages.boto3-stubs: 1.37.34 -> 1.37.35

This commit is contained in:
Fabian Affolter
2025-04-17 08:37:19 +02:00
parent 8265550e41
commit e273bb5d49
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.37.34";
version = "1.37.35";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-55s1NWY0F9P7T2W/FqAFzhtCbrN3sjYF48EZTXkclb4=";
hash = "sha256-OQDIBsLGaIBPFxPm79VmoGyZv/zI43CemCKp3saBkj8=";
};
build-system = [ setuptools ];