python311Packages.boto3-stubs: 1.34.59 -> 1.34.60

This commit is contained in:
Fabian Affolter 2024-03-11 21:48:41 +01:00
parent 48dbdff7aa
commit 346d245575

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.59";
version = "1.34.60";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Yb6i+oGvd1TBCG4WHkuDm7+MCOSKr27i/2rN2OtuFuU=";
hash = "sha256-3Z9BKRukJZBGLnXxfHhi44Y5ZSOoMSpBQJXyVIm8zl4=";
};
nativeBuildInputs = [