python311Packages.boto3-stubs: 1.34.27 -> 1.34.29

This commit is contained in:
Fabian Affolter 2024-01-27 12:44:43 +01:00
parent 2af1ee5bba
commit 33f14cac32

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.27";
version = "1.34.29";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-/YRnjjsSNxA0EGkOaLx6YwZBE47iat7uz9Z5iUUU2Gk=";
hash = "sha256-48aM0PAcF9UJCq/PHHuy17lK7k46nNRa+L+d2ILvZEw=";
};
nativeBuildInputs = [