cliapp: 1.20140719 -> 1.20150305

Also fetch from git rather than from tarball
This commit is contained in:
Richard Ipsum 2015-10-30 12:49:44 +00:00
parent 1ee3e26552
commit db6ba342e9

View file

@ -18444,12 +18444,13 @@ let
cliapp = buildPythonPackage rec {
name = "cliapp-${version}";
version = "1.20140719";
version = "1.20150305";
disabled = isPy3k;
src = pkgs.fetchurl rec {
url = "http://code.liw.fi/debian/pool/main/p/python-cliapp/python-cliapp_${version}.orig.tar.gz";
sha256 = "0kxl2q85n4ggvbw2m8crl11x8n637mx6y3a3b5ydw8nhlsiqijgp";
src = pkgs.fetchgit {
url = "http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cliapp";
rev = "569df8a5959cd8ef46f78c9497461240a5aa1123";
sha256 = "882c5daf933e4cf089842995efc721e54361d98f64e0a075e7373b734cd899f3";
};
buildInputs = with self; [ sphinx ];