python313Packages.botocore-stubs: 1.38.16 -> 1.38.18

This commit is contained in:
Fabian Affolter
2025-05-17 23:13:22 +02:00
parent a3fde8ff47
commit 4d01a324ba
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.38.16";
version = "1.38.18";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-SOxutsOJI9Dg+UlOcshpRiq1/9NXi5HNLZH9lNNh4Dw=";
hash = "sha256-lc6Rrf+iFOrV62uq8oHJkmxSsgrZsgjVTzsYM6HuxqQ=";
};
nativeBuildInputs = [ setuptools ];