Merge pull request #152445 from rnhmjoj/pr-pirate-get

pirate-get: 0.4.0 -> 0.4.1
This commit is contained in:
Michele Guerini Rocco
2021-12-28 13:40:57 +01:00
committed by GitHub
+2 -2
View File
@@ -4,11 +4,11 @@ with python3Packages;
buildPythonApplication rec {
pname = "pirate-get";
version = "0.4.0";
version = "0.4.1";
src = fetchPypi {
inherit pname version;
sha256 = "07s5ss9dxccx1mip7pyga1fagywkqchxmzz55ng47ac9053ffxkq";
sha256 = "0pr703fwinr2f4rba86zp57mpf5j2jgvp5n50rc5vy5g7yfwsddm";
};
propagatedBuildInputs = [ colorama veryprettytable pyperclip ];