Loading pkgs/applications/misc/shell-genie/default.nix +3 −4 Original line number Diff line number Diff line { lib , python3 , fetchFromGitHub , poetry }: with python3.pkgs; buildPythonPackage rec { pname = "shell-genie"; version = "0.2.6"; version = "0.2.8"; format = "pyproject"; src = fetchPypi { pname = "shell_genie"; inherit version; hash = "sha256-MgQFHsBXrihfWBB/cz45ITf8oJG2gSenf1wzdbrAbjw="; hash = "sha256-6miqTjiGLK7r6evfchwuAXTHj+JwoH/CqgRoa5+jDJI="; }; nativeBuildInputs = [ Loading @@ -28,7 +27,7 @@ buildPythonPackage rec { rich shellingham typer ]; ] ++ typer.optional-dependencies.all; # No tests available doCheck = false; Loading Loading
pkgs/applications/misc/shell-genie/default.nix +3 −4 Original line number Diff line number Diff line { lib , python3 , fetchFromGitHub , poetry }: with python3.pkgs; buildPythonPackage rec { pname = "shell-genie"; version = "0.2.6"; version = "0.2.8"; format = "pyproject"; src = fetchPypi { pname = "shell_genie"; inherit version; hash = "sha256-MgQFHsBXrihfWBB/cz45ITf8oJG2gSenf1wzdbrAbjw="; hash = "sha256-6miqTjiGLK7r6evfchwuAXTHj+JwoH/CqgRoa5+jDJI="; }; nativeBuildInputs = [ Loading @@ -28,7 +27,7 @@ buildPythonPackage rec { rich shellingham typer ]; ] ++ typer.optional-dependencies.all; # No tests available doCheck = false; Loading