Merge pull request #7433 from devhell/canto-curses

canto-curses: 0.9.1 -> 0.9.3
This commit is contained in:
Arseniy Seroka 2015-04-18 00:21:11 +03:00
commit 5eb73dd736

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, python34Packages, readline, ncurses, canto-daemon }:
python34Packages.buildPythonPackage rec {
version = "0.9.1";
version = "0.9.3";
name = "canto-curses-${version}";
src = fetchFromGitHub {
owner = "themoken";
repo = "canto-curses";
rev = "v${version}";
sha256 = "1vb5g0vdkp233r09qv0g4rgz7nprr2a625lf6nf6a51wpimdwgdy";
sha256 = "1k3rbniyfdbqhbkclgrrvfjgvfl5if4c2rbgpcb6l2l5v6i1y742";
};
buildInputs = [ readline ncurses canto-daemon ];