hovercraft 2.0b1 -> 2.0

This commit is contained in:
Johannes Bornhold 2016-02-23 23:57:23 +01:00
parent be0abb32f6
commit f456111c50
1 changed files with 3 additions and 3 deletions

View File

@ -5777,11 +5777,11 @@ in modules // {
hovercraft = buildPythonPackage rec {
disabled = ! isPy3k;
name = "hovercraft-${version}";
version = "2.0b1";
version = "2.0";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/h/hovercraft/${name}.zip";
sha256 = "1l88xp563miwwkahil1sxn4kz9khjcx6z85j8d6mq8gjc8rxz3j6";
url = "https://pypi.python.org/packages/source/h/hovercraft/${name}.tar.gz";
sha256 = "0lqxr816lymgnywln8bbv9nrmkyahjjcjkm9kjyny9bflayz4f1g";
};
propagatedBuildInputs = with self; [ docutils lxml manuel pygments svg-path watchdog ];