···4stdenv.mkDerivation rec {
56 name = "cherrytree-${version}";
7- version = "0.35.9";
89 src = fetchurl {
10 url = "http://www.giuspen.com/software/${name}.tar.xz";
11- sha256 = "14yahp0y13z3xkpwvprm7q9x3rj6jbzi0bryqlsn3bbafdq7wnac";
12 };
1314 propagatedBuildInputs = with pythonPackages;
···3334 doCheck = false;
3536- meta = {
37 description = "An hierarchical note taking application";
38 longDescription = ''
39 Cherrytree is an hierarchical note taking application,
···44 documents. All those little bits of information you have scattered
45 around your hard drive can be conveniently placed into a
46 Cherrytree document where you can easily find it.
47- '';
48 homepage = http://www.giuspen.com/cherrytree;
49 license = licenses.gpl3;
50- platforms = platforms.linux;
51- maintainers = [ maintainers.AndersonTorres ];
52- };
53}
···4stdenv.mkDerivation rec {
56 name = "cherrytree-${version}";
7+ version = "0.37.1";
89 src = fetchurl {
10 url = "http://www.giuspen.com/software/${name}.tar.xz";
11+ sha256 = "45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd";
12 };
1314 propagatedBuildInputs = with pythonPackages;
···3334 doCheck = false;
3536+ meta = {
37 description = "An hierarchical note taking application";
38 longDescription = ''
39 Cherrytree is an hierarchical note taking application,
···44 documents. All those little bits of information you have scattered
45 around your hard drive can be conveniently placed into a
46 Cherrytree document where you can easily find it.
47+ '';
48 homepage = http://www.giuspen.com/cherrytree;
49 license = licenses.gpl3;
50+ platforms = platforms.linux;
51+ maintainers = [ maintainers.AndersonTorres ];
52+ };
53}