canto-{curses,daemon}: 0.9.{6,5} -> 0.9.{7,6}
Unfortunately there is no changelog available.
This commit is contained in:
parent
6008d11fbb
commit
20f0c66fe4
2 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
{ stdenv, fetchFromGitHub, python34Packages, readline, ncurses, canto-daemon }:
|
{ stdenv, fetchFromGitHub, python34Packages, readline, ncurses, canto-daemon }:
|
||||||
|
|
||||||
python34Packages.buildPythonApplication rec {
|
python34Packages.buildPythonApplication rec {
|
||||||
version = "0.9.6";
|
version = "0.9.7";
|
||||||
name = "canto-curses-${version}";
|
name = "canto-curses-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "themoken";
|
owner = "themoken";
|
||||||
repo = "canto-curses";
|
repo = "canto-curses";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0hxzpx314cflxq68gswjf2vrqf1z1ci9mxhxgwrk7sa6di86ygy0";
|
sha256 = "0ap1b4m5gbzi0l7vj6pwvvg77i2aarbynbdc147z2b1lzvr985zq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline ncurses canto-daemon ];
|
buildInputs = [ readline ncurses canto-daemon ];
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ stdenv, fetchFromGitHub, python34Packages, }:
|
{ stdenv, fetchFromGitHub, python34Packages, }:
|
||||||
|
|
||||||
python34Packages.buildPythonApplication rec {
|
python34Packages.buildPythonApplication rec {
|
||||||
version = "0.9.5";
|
version = "0.9.6";
|
||||||
name = "canto-daemon-${version}";
|
name = "canto-daemon-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ python34Packages.buildPythonApplication rec {
|
||||||
owner = "themoken";
|
owner = "themoken";
|
||||||
repo = "canto-next";
|
repo = "canto-next";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1ycwrg5n2il833mdxgzz07r0vb4rxz89rk5c6l9g5x33ifinykdq";
|
sha256 = "0ibakwmsbpk10bvxsr5vvka0pks89arric428y5cmfgcpr72sqzw";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python34Packages; [ feedparser ];
|
propagatedBuildInputs = with python34Packages; [ feedparser ];
|
||||||
|
|
Loading…
Reference in a new issue