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