about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders/canto-daemon
diff options
context:
space:
mode:
authordevhell <^@regexmail.net>2015-07-19 11:42:51 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-07-19 22:13:31 +0200
commitd8a8ed12bb255bf891bd3e92611f2feee6f68eab (patch)
tree94c8ed2dd9d119f90f9bf46c598378efeda6fee8 /pkgs/applications/networking/feedreaders/canto-daemon
parent70a1e7afd8b328fad1712bcb14a940962deaae73 (diff)
downloadnixlib-d8a8ed12bb255bf891bd3e92611f2feee6f68eab.tar
nixlib-d8a8ed12bb255bf891bd3e92611f2feee6f68eab.tar.gz
nixlib-d8a8ed12bb255bf891bd3e92611f2feee6f68eab.tar.bz2
nixlib-d8a8ed12bb255bf891bd3e92611f2feee6f68eab.tar.lz
nixlib-d8a8ed12bb255bf891bd3e92611f2feee6f68eab.tar.xz
nixlib-d8a8ed12bb255bf891bd3e92611f2feee6f68eab.tar.zst
nixlib-d8a8ed12bb255bf891bd3e92611f2feee6f68eab.zip
canto-{curses,daemon}: 0.9.{3,1} -> 0.9.{4,3}
Close #8884.
A very detailed changelog and discussion can be found here:

http://codezen.org/canto-ng/news/

This change was built locally and tested by me. There will be changes
noticable in the `canto-curses` interface since color support has been
reworked. For more details follow the hint in `canto-curses` or read the
changelog/manual liked to above. There also have been many
under-the-hood improvements which can also be found in the link above.
Diffstat (limited to 'pkgs/applications/networking/feedreaders/canto-daemon')
-rw-r--r--pkgs/applications/networking/feedreaders/canto-daemon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/feedreaders/canto-daemon/default.nix b/pkgs/applications/networking/feedreaders/canto-daemon/default.nix
index bf564dd43274..63fefae9dfe1 100644
--- a/pkgs/applications/networking/feedreaders/canto-daemon/default.nix
+++ b/pkgs/applications/networking/feedreaders/canto-daemon/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, python34Packages, }:
 
 python34Packages.buildPythonPackage rec {
-  version = "0.9.1";
+  version = "0.9.3";
   name = "canto-daemon-${version}";
   namePrefix = "";
 
@@ -9,7 +9,7 @@ python34Packages.buildPythonPackage rec {
     owner = "themoken";
     repo = "canto-next";
     rev = "v${version}";
-    sha256 = "14lh6x0yz2asspwdi1ims01589r79q0dv77vq61gfjk5wiwfbdwa";
+    sha256 = "1x875qdyhab89nwwa2bzbfvcrkx34zwyy8dlbxm8wg3vz9b78l61";
   };
 
   propagatedBuildInputs = with python34Packages; [ feedparser ];