Merge pull request #18286 from rnhmjoj/pirate
pirate-get: 2.0.8 -> 2.0.9
This commit is contained in:
commit
2933cc96e5
@ -7894,17 +7894,17 @@ in modules // {
|
|||||||
|
|
||||||
pirate-get = buildPythonPackage rec {
|
pirate-get = buildPythonPackage rec {
|
||||||
name = "pirate-get-${version}";
|
name = "pirate-get-${version}";
|
||||||
version = "0.2.8";
|
version = "0.2.9";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/p/pirate-get/${name}.tar.gz";
|
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 = {
|
meta = {
|
||||||
description = "A command line interface for The Pirate Bay";
|
description = "A command line interface for The Pirate Bay";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user