python313Packages.botocore-stubs: 1.37.25 -> 1.37.26

This commit is contained in:
Fabian Affolter
2025-04-03 08:15:16 +02:00
parent 7d62f374f0
commit 2993e97c60
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.37.25";
version = "1.37.26";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-/zqUGXZFFcZMxqzJ9dvwGvdzwIG8t2BstTz+YpRS3Cs=";
hash = "sha256-EwXFEbYgeQgh36bosFKAXELob5jnwBe/isZQKuYqU1U=";
};
nativeBuildInputs = [ setuptools ];