canto-curses: 0.9.1 -> 0.9.3

This commit is contained in:
devhell 2015-04-17 21:18:01 +01:00
parent 9e9b5e6e69
commit bfcc670eb0

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 ];