10 buildPythonPackage rec {
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-g8bYGJ6Kw6y3BUnuoP1IAye5CL0geH5l7pTb3xxq7jI=";
32 pythonImportsCheck = [
37 description = "Function decoration for backoff and retry";
38 homepage = "https://github.com/litl/backoff";
39 license = licenses.mit;
40 maintainers = with maintainers; [ chkno ];