python313Packages.boto3-stubs: 1.37.25 -> 1.37.26

This commit is contained in:
Fabian Affolter
2025-04-03 08:15:20 +02:00
parent 2993e97c60
commit d1410d7b81
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.37.25";
version = "1.37.26";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-YxnpEG2b1RmmqIeKgUsxf1TK4CPC4XbDH1AtADSCTR8=";
hash = "sha256-GdIYvWcTsvcxbIauQAg6xVSL7RmFA8YM+YhqTQGJZeI=";
};
build-system = [ setuptools ];