mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pirate-get: 2.0.8 -> 2.0.9
This commit is contained in:
parent
8d4de4fe4f
commit
d21966a6fc
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue