piston-cli: 1.2.1 -> 1.2.2

This commit is contained in:
Ethan Edwards 2021-02-17 13:35:11 -05:00
parent d6fb31eb11
commit 59e9083ed5

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "piston-cli";
version = "1.2.1";
version = "1.2.2";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "bf0hhKb+6+07HhrkFrsWCnUQfsQWOdK/dPTlt9iZTno=";
sha256 = "hhOistr5lHF6rIuMpudKwSuBQhaQDzTdelAOCjyVQZk=";
};
propagatedBuildInputs = with python3Packages; [ rich prompt_toolkit requests pygments ];