python312Packages.boto3-stubs: 1.34.25 -> 1.34.27

This commit is contained in:
Fabian Affolter
2024-01-25 20:51:16 +01:00
parent 8cc42008aa
commit 5eede924b2
@@ -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 = [