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
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, python34Packages, readline, ncurses, canto-daemon }:
python34Packages.buildPythonApplication rec {
version = "0.9.7";
version = "0.9.9";
name = "canto-curses-${version}";
src = fetchFromGitHub {
owner = "themoken";
repo = "canto-curses";
rev = "v${version}";
sha256 = "0ap1b4m5gbzi0l7vj6pwvvg77i2aarbynbdc147z2b1lzvr985zq";
sha256 = "1vzb9n1j4gxigzll6654ln79lzbrrm6yy0lyazd9kldyl349b8sr";
};
buildInputs = [ readline ncurses canto-daemon ];