summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/cherrytree
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2016-10-30 13:14:15 -0200
committerAndersonTorres <torres.anderson.85@gmail.com>2016-10-30 13:15:02 -0200
commit1f978a50a8aecf2c447dec7fd8cb688a08ebf703 (patch)
tree1a9ec856354c21bfc014328464b788aeff72d133 /pkgs/applications/misc/cherrytree
parentb65c443276322bbce688c89bca91b24900ec8626 (diff)
cherrytree: 0.37.1 -> 0.37.6
Diffstat (limited to 'pkgs/applications/misc/cherrytree')
-rw-r--r--pkgs/applications/misc/cherrytree/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/cherrytree/default.nix b/pkgs/applications/misc/cherrytree/default.nix
index 43e41284f144..324fa12dc463 100644
--- a/pkgs/applications/misc/cherrytree/default.nix
+++ b/pkgs/applications/misc/cherrytree/default.nix
@@ -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;