cherrytree: 0.37.1 -> 0.37.6

This commit is contained in:
AndersonTorres 2016-10-30 13:14:15 -02:00
parent b65c443276
commit 1f978a50a8

View File

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "cherrytree-${version}";
version = "0.37.1";
version = "0.37.6";
src = fetchurl {
url = "http://www.giuspen.com/software/${name}.tar.xz";
sha256 = "45f1cee4067598cf2ca8ae6f89d03789b86f9e3bf196236119868653420d7cdd";
sha256 = "0x4cgsimpwh7wfbzbzw2f5ipxxjizpi4wa99s1cwizynfjr38y5s";
};
buildInputs = with pythonPackages;