Merge pull request #18286 from rnhmjoj/pirate

pirate-get: 2.0.8 -> 2.0.9
This commit is contained in:
Joachim F 2016-09-04 15:38:15 +02:00 committed by GitHub
commit 2933cc96e5

View File

@ -7894,17 +7894,17 @@ in modules // {
pirate-get = buildPythonPackage rec {
name = "pirate-get-${version}";
version = "0.2.8";
version = "0.2.9";
disabled = !isPy3k;
doCheck = false;
src = pkgs.fetchurl {
url = "mirror://pypi/p/pirate-get/${name}.tar.gz";
sha256 = "033dwv0w9fx3dwrna3fzvmynsfhb2qjhx6f2i9sfv82ijvkm8ynz";
sha256 = "1djmfghnwsn3z525h6d98r0lllayvzsg71z0gskk25zr24kjs24a";
};
propagatedBuildInputs = with self; [ colorama veryprettytable pyquery ];
propagatedBuildInputs = with self; [ colorama veryprettytable beautifulsoup4 ];
meta = {
description = "A command line interface for The Pirate Bay";