Merge pull request #75316 from r-ryantm/auto-update/pirate-get

pirate-get: 0.3.3 -> 0.3.4
This commit is contained in:
Ryan Mulligan 2019-12-09 05:57:18 -08:00 committed by GitHub
commit c7452958da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@ with python3Packages;
buildPythonApplication rec {
pname = "pirate-get";
version = "0.3.3";
version = "0.3.4";
doCheck = false;
src = fetchPypi {
inherit pname version;
sha256 = "1zwfgfiszkca44wlx5p2243hmf8594n7bnfva5if1f69dic6w7mi";
sha256 = "0f82yf3bl9jaywagv4vvwypm57z1x8a8qqn0xhz9np3949df4ysm";
};
propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 pyperclip ];