pirate-get: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm 2022-03-16 05:58:48 +00:00
parent 249cbfa293
commit e04ef19ff1

View file

@ -4,11 +4,11 @@ with python3Packages;
buildPythonApplication rec {
pname = "pirate-get";
version = "0.4.1";
version = "0.4.2";
src = fetchPypi {
inherit pname version;
sha256 = "0pr703fwinr2f4rba86zp57mpf5j2jgvp5n50rc5vy5g7yfwsddm";
sha256 = "sha256-VtnVyJqrdGXTqcyzpHCOMUI9G7/BkXzihDrBrsxl7Eg=";
};
propagatedBuildInputs = [ colorama veryprettytable pyperclip ];