Skip to content

Commit

Permalink
pirate-get: 0.2.10 -> 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rnhmjoj committed Sep 12, 2017
1 parent 2509b62 commit 375ff71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/pirate-get/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ with python3Packages;
buildPythonApplication rec {
name = "${pname}-${version}";
pname = "pirate-get";
version = "0.2.10";
version = "0.2.12";

doCheck = false;

src = fetchPypi {
inherit pname version;
sha256 = "04gsilbyq2plldzi495dcf19h5xfldfyn6zdczj2fdki1m29jyr0";
sha256 = "1q6hvavj0gswgw3x756h18nmmpnxlgg08qvxphpbzlwd43xrnza3";
};

propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 ];
Expand Down

0 comments on commit 375ff71

Please sign in to comment.