python313Packages.botocore-stubs: 1.37.4 -> 1.37.7

This commit is contained in:
Fabian Affolter
2025-03-06 08:59:05 +01:00
parent 548549b69b
commit 8fea731504
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.37.4";
version = "1.37.7";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-9GHK98OlZLU7nkk1L5tV4cenv1BbwskWbZtKfagx4iw=";
hash = "sha256-yRlxRop+eVcHiDZ2vF3p8G765jmxj5rdldwr0XTXS54=";
};
nativeBuildInputs = [ setuptools ];