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.
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user