python3Packages.tenacity: 8.1.0 -> 8.2.1

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:53 +01:00
parent 1338199c59
commit 2064e3c948

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "tenacity";
version = "8.1.0";
version = "8.2.1";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-5IxDf9+TQPVma5LNeZDpa8X8lV4SmLr0qQfjlyBnpEU=";
sha256 = "sha256-x7tLhkJbl3cmp7SZcVQtT2e69yCWWX0oPz/9AfM7kt8=";
};
nativeBuildInputs = [