about summary refs log tree commit diff
path: root/pkgs/applications/misc/cherrytree
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-01 15:18:54 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-03-03 20:50:44 +0100
commit3a797b9816632b0964db4123cd0eaf7c346a3f6e (patch)
tree59ee8550d9755c1c53224ddd29a78b70d1ba8516 /pkgs/applications/misc/cherrytree
parentf53ceb228a6a6acb805ff64d2a613f5f25c494a6 (diff)
cherrytree: 0.38.7 -> 0.38.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cherrytree/versions
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 78059191c2c37..0578393dfca09 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.38.7";
+  version = "0.38.8";
 
   src = fetchurl {
     url = "https://www.giuspen.com/software/${name}.tar.xz";
-    sha256 = "1ls7vz993hj5gd99imlrzahxznfg6fa4n77ikkj79va4csw9b892";
+    sha256 = "1ns87xl2sgrf3nha4xkhp0xcxlycqszlp6xdrn95lg6vzm0fa8dg";
   };
 
   buildInputs = with pythonPackages;