summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/cherrytree
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-06-08 15:53:21 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-06-08 16:19:42 +0200
commit48006ee291dfd9450155b6606ad10c7c92865ca6 (patch)
treeca71e5af46808c4f843eef33ca8f11e3b3a16f97 /pkgs/applications/misc/cherrytree
parent9bb5c2c4886838226dbb64941f6d7dcbbdd6d7ce (diff)
cherrytree: update from 0.35.7 to 0.35.8
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 fa5ae99f4fb5..eb73f48559a6 100644
--- a/pkgs/applications/misc/cherrytree/default.nix
+++ b/pkgs/applications/misc/cherrytree/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, python, pythonPackages, gettext, pygtksourceview, sqlite }:
stdenv.mkDerivation rec {
- name = "cherrytree-0.35.7";
+ name = "cherrytree-0.35.8";
src = fetchurl {
url = "http://www.giuspen.com/software/${name}.tar.xz";
- sha256 = "03p3bx7skc361rmh0axhm0fa0inmxv4bpa9l566wskb3zq4sy4g3";
+ sha256 = "0vqc1idzd73f4q5f4zwwypj4jiivwnb4y0r3041h2pm08y1wgsd8";
};
propagatedBuildInputs = [ pythonPackages.sqlite3 ];