python313Packages.botocore-stubs: 1.36.2 -> 1.36.3

This commit is contained in:
Fabian Affolter
2025-01-22 18:19:43 +01:00
parent 1558269d98
commit e408222be1
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.36.2";
version = "1.36.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-yWCewYS9RFEhq1UpZCv3c9Qgzcckfy0HqAghr+mj9nA=";
hash = "sha256-MENwcLod9vBUmx3tcjrKdNBoUGEMffAC1kPgqp9MRSA=";
};
nativeBuildInputs = [ setuptools ];