pirate-get: 2.0.8 -> 2.0.9

This commit is contained in:
rnhmjoj 2016-09-04 13:44:15 +02:00
parent 8d4de4fe4f
commit d21966a6fc
No known key found for this signature in database
GPG key ID: 362BB82B7E496B7C

View file

@ -7747,17 +7747,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";