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 45617d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pi/piston-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

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; [
Expand Down

0 comments on commit 45617d3

Please sign in to comment.