python313Packages.botocore-stubs: 1.37.29 -> 1.37.36

This commit is contained in:
Fabian Affolter
2025-04-18 10:51:03 +02:00
parent 9c3064c8e7
commit 84172498bb
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.37.29";
version = "1.37.36";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-xZiYvx0Jv2qfSR9HBcVpbnS4MVa3ZqoXFoZ/EbigTqE=";
hash = "sha256-Ln/0bH08LADbZkWvRr4XYqOvqK0lsS/DnFgKoZmTyFI=";
};
nativeBuildInputs = [ setuptools ];