python313Packages.botocore-stubs: 1.35.94 -> 1.35.95

This commit is contained in:
Fabian Affolter
2025-01-09 01:30:02 +01:00
parent aa4d64fbe8
commit f9866a67bd
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.35.94";
version = "1.35.95";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-ceRBSq77afed9XtZW60JwMsIqqmAxy3PGufUJt4q1aI=";
hash = "sha256-ZLiCnm4QcizMGrbWjl4LG/MZizsRvn0XRxGdfFzDnpk=";
};
nativeBuildInputs = [ setuptools ];