Skip to content

Commit

Permalink
piston-cli: 1.4.3 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethancedwards8 committed Jan 3, 2025
1 parent a32a06f commit 8137c4b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pkgs/by-name/pi/piston-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,25 @@

python3Packages.buildPythonApplication rec {
pname = "piston-cli";
version = "1.4.3";
version = "1.5.0";
format = "pyproject";

src = fetchPypi {
inherit pname version;
sha256 = "qvDGVJcaMXUajdUQWl4W1dost8k0PsS9XX/o8uQrtfY=";
sha256 = "sha256-YzQo22/63IJ78Y7pqk7W1galI+HNk7gIodiDlHwNllY=";
};

propagatedBuildInputs = with python3Packages; [
rich
appdirs
click
coloredlogs
more-itertools
prompt-toolkit
requests
pygments
pyyaml
more-itertools
requests
requests-cache
rich
];

checkPhase = ''
Expand Down

0 comments on commit 8137c4b

Please sign in to comment.