pythonPackages.timeout-decorator: 0.3.2 -> 0.4.0 (#40914)

This commit is contained in:
Lancelot SIX
2018-05-22 11:40:26 +02:00
committed by Robert Schütz
parent 57d591ec7f
commit 05db1a11a9
2 changed files with 17 additions and 9 deletions

View File

@@ -13034,15 +13034,7 @@ in {
};
};
timeout-decorator = buildPythonPackage rec {
name = "timeout-decorator-${version}";
version = "0.3.2";
src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/t/timeout-decorator/${name}.tar.gz";
sha256 = "1x9l8bwdk72if2d5h5mi4lcaidbsmyh0iz114cfyyj1rzz5rxqaf";
};
};
timeout-decorator = callPackage ../development/python-modules/timeout-decorator { };
pid = buildPythonPackage rec {
name = "pid-${version}";