6 buildPythonPackage rec {
10 src = fetchFromGitHub {
11 owner = "simplenote-vim";
12 repo = "simplenote.py";
14 sha256 = "1grvvgzdybhxjydalnsgh2aaz3f48idv5lqs48gr0cn7n18xwhd5";
17 propagatedBuildInputs = [ ];
20 description = "A python library for the simplenote.com web service";
21 homepage = "http://readthedocs.org/docs/simplenotepy/en/latest/api.html";
22 license = licenses.mit;
23 maintainers = with maintainers; [ ];