piston-cli: 1.2.2 -> 1.3.0 (#121448)
This commit is contained in:
parent
2c21dba881
commit
e3763e4799
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "piston-cli";
|
pname = "piston-cli";
|
||||||
version = "1.2.2";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "hhOistr5lHF6rIuMpudKwSuBQhaQDzTdelAOCjyVQZk=";
|
sha256 = "XzKXHZHYZRT3t4ZonM+Ngx1jIT1nmz4k34VSw29GFoM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ rich prompt_toolkit requests pygments ];
|
propagatedBuildInputs = with python3Packages; [ rich prompt_toolkit requests pygments ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user