python311Packages.boto3-stubs: 1.34.65 -> 1.34.66

This commit is contained in:
Fabian Affolter 2024-03-20 06:28:46 +01:00
parent 1cc3891e4f
commit 37aca6d6d7

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.65";
version = "1.34.66";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EF2koE3LXk3ckPIauLJKNCPs+stHdbjM04eVdOXc41g=";
hash = "sha256-oFemuSAJwZ/qDZvQFY1JQ9TB9IL/T62dDejLRJ9E5vc=";
};
nativeBuildInputs = [