python313Packages.botocore-stubs: 1.38.5 -> 1.38.6

This commit is contained in:
Fabian Affolter
2025-05-01 01:12:10 +02:00
parent 2e0dc49b65
commit 0814a10d4b
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.38.5";
version = "1.38.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-Vg4ZPjnysVOw1kvEIKfgL4oYjz8cZnt5qUu/KrVq3cc=";
hash = "sha256-Vu2Hs+CHDSGpaKg0YSm1eOH2tw7pAtALu2sWLCkSIvQ=";
};
nativeBuildInputs = [ setuptools ];