Merge pull request #283833 from fabaff/boto3-stubs-bump

python312Packages.boto3-stubs: 1.34.25 -> 1.34.27
This commit is contained in:
Fabian Affolter
2024-01-25 23:05:40 +01:00
committed by GitHub
@@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.25";
version = "1.34.27";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-l8uuaUto4toyW6wGbE6+iwugtf1HQl5kSsiZoXCdJw8=";
hash = "sha256-/YRnjjsSNxA0EGkOaLx6YwZBE47iat7uz9Z5iUUU2Gk=";
};
nativeBuildInputs = [