7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de";
16 buildInputs = [ nose ];
19 homepage = "https://github.com/lepture/safe";
20 license = licenses.bsd3;
21 description = "Check password strength";