python313Packages.botocore-stubs: 1.38.27 -> 1.38.28

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

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.38.27";
version = "1.38.28";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-WDFdExi3nY+L0oiLFYfZD6T/phAKWLYQlGEQ6IVwuZU=";
hash = "sha256-uVSQULgQUb27kZZjI9aitsXHjKjcwyjhbfxEt2W+Ob4=";
};
nativeBuildInputs = [ setuptools ];