python311Packages.boto3-stubs: 1.34.54 -> 1.34.55

This commit is contained in:
Fabian Affolter 2024-03-05 09:27:46 +01:00
parent c44c76a75d
commit 1920a47c76

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.54";
version = "1.34.55";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-x7LouZ9Ils8SJt9H1Lraqo33QmAIyWpCi/ACBWlWaek=";
hash = "sha256-y7rhuBG5fk4fHQDrojf/mHZ45lJQIia4fmJ295Y5NbQ=";
};
nativeBuildInputs = [