python313Packages.boto3-stubs: 1.38.27 -> 1.38.28

This commit is contained in:
Fabian Affolter 2025-06-03 13:14:23 +02:00
parent f0e8163cf2
commit 1bab1bc3f7

View File

@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.38.27";
version = "1.38.28";
pyproject = true;
disabled = pythonOlder "3.7";
@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-ikXzK4PSnsPbKLN+po6l8XmxQYYyEUl++SuhjiqJauw=";
hash = "sha256-+ujgCepNgQt35J2IJHGDtdjRU78mjr3otKvfWKcBgC8=";
};
build-system = [ setuptools ];