Merge pull request #29268 from rnhmjoj/pirate-get

pirate-get: 0.2.10 -> 0.2.12
This commit is contained in:
Joachim F 2017-09-12 22:34:47 +00:00 committed by GitHub
commit 9b31035ea4

View File

@ -5,13 +5,13 @@ with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "pirate-get"; pname = "pirate-get";
version = "0.2.10"; version = "0.2.12";
doCheck = false; doCheck = false;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "04gsilbyq2plldzi495dcf19h5xfldfyn6zdczj2fdki1m29jyr0"; sha256 = "1q6hvavj0gswgw3x756h18nmmpnxlgg08qvxphpbzlwd43xrnza3";
}; };
propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 ]; propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 ];