canto-{daemon,curses}: 0.9.6,0.9.7 -> 0.9.7,0.9.9

Upstream changelog available at:
https://codezen.org/canto-ng/news/
This commit is contained in:
devhell 2017-08-22 12:14:17 +01:00
parent b2ae23a391
commit e2fbaa856f
2 changed files with 4 additions and 4 deletions

View File

@ -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.7"; version = "0.9.9";
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 = "0ap1b4m5gbzi0l7vj6pwvvg77i2aarbynbdc147z2b1lzvr985zq"; sha256 = "1vzb9n1j4gxigzll6654ln79lzbrrm6yy0lyazd9kldyl349b8sr";
}; };
buildInputs = [ readline ncurses canto-daemon ]; buildInputs = [ readline ncurses canto-daemon ];

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, python34Packages, }: { stdenv, fetchFromGitHub, python34Packages, }:
python34Packages.buildPythonApplication rec { python34Packages.buildPythonApplication rec {
version = "0.9.6"; version = "0.9.7";
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 = "0ibakwmsbpk10bvxsr5vvka0pks89arric428y5cmfgcpr72sqzw"; sha256 = "1si53r8cd4avfc56r315zyrghkppnjd6n125z1agfv59i7hdmk3n";
}; };
propagatedBuildInputs = with python34Packages; [ feedparser ]; propagatedBuildInputs = with python34Packages; [ feedparser ];