11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "f8bfa8b99b69c4506d6f5bd3b0aabf77f98cdb17f3c9fc3f5ca820033336fba4";
25 propagatedBuildInputs = [
40 description = "Easy to use retry decorator";
41 homepage = "https://github.com/invl/retry";
42 license = licenses.asl20;