cherrytree: 0.35.9 -> 0.37.1

mimadrid eaeb69c4 aea9c778

+10 -11
+7 -7
pkgs/applications/misc/cherrytree/default.nix
··· 4 4 stdenv.mkDerivation rec { 5 5 6 6 name = "cherrytree-${version}"; 7 - version = "0.35.9"; 7 + version = "0.37.1"; 8 8 9 9 src = fetchurl { 10 10 url = "http://www.giuspen.com/software/${name}.tar.xz"; 11 - sha256 = "14yahp0y13z3xkpwvprm7q9x3rj6jbzi0bryqlsn3bbafdq7wnac"; 11 + sha256 = "45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd"; 12 12 }; 13 13 14 14 propagatedBuildInputs = with pythonPackages; ··· 33 33 34 34 doCheck = false; 35 35 36 - meta = { 36 + meta = { 37 37 description = "An hierarchical note taking application"; 38 38 longDescription = '' 39 39 Cherrytree is an hierarchical note taking application, ··· 44 44 documents. All those little bits of information you have scattered 45 45 around your hard drive can be conveniently placed into a 46 46 Cherrytree document where you can easily find it. 47 - ''; 47 + ''; 48 48 homepage = http://www.giuspen.com/cherrytree; 49 49 license = licenses.gpl3; 50 - platforms = platforms.linux; 51 - maintainers = [ maintainers.AndersonTorres ]; 52 - }; 50 + platforms = platforms.linux; 51 + maintainers = [ maintainers.AndersonTorres ]; 52 + }; 53 53 }
+3 -4
pkgs/applications/misc/cherrytree/subprocess.patch
··· 1 - diff -Naur cherrytree-0.35.6-orig/setup.py cherrytree-0.35.6/setup.py 2 - --- cherrytree-0.35.6-orig/setup.py 2014-05-30 23:25:11.000000000 +0200 3 - +++ cherrytree-0.35.6/setup.py 2015-01-29 07:35:32.785904009 +0100 1 + diff -Naur cherrytree-0.37.1-orig/setup.py cherrytree-0.37.1/setup.py 2 + --- cherrytree-0.37.1-orig/setup.py 2016-01-08 20:50:50.000000000 +0100 3 + +++ cherrytree-0.37.1/setup.py 2016-07-05 20:30:27.768178682 +0200 4 4 @@ -205,4 +205,9 @@ 5 5 }, 6 6 distclass=CherryTreeDist ··· 12 12 + pass # handle errors in the called executable 13 13 + except OSError: 14 14 + pass # executable not found 15 -