python: pirate-get: 0.2.12 -> 0.2.13

This commit is contained in:
Frederik Rietdijk 2018-05-28 14:20:10 +02:00
parent 2c7ce032ce
commit 832a5d3e31

View file

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