Skip to content

Commit

Permalink
python: pirate-get: 0.2.13 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 22, 2018
1 parent b258ded commit 0726d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/pirate-get/default.nix
Expand Up @@ -5,13 +5,13 @@ with python3Packages;
buildPythonApplication rec {
name = "${pname}-${version}";
pname = "pirate-get";
version = "0.2.13";
version = "0.3.0";

doCheck = false;

src = fetchPypi {
inherit pname version;
sha256 = "c5b159e02067136d3157d56061958a50e997a078510e4403bb7de40217833f3f";
sha256 = "171dd2d387fd8af726abcf4cac0d806463bedc8e5f892655179fb4b215df47b2";
};

propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 ];
Expand Down

0 comments on commit 0726d95

Please sign in to comment.