Loading pkgs/development/python-modules/command-runner/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "command-runner"; version = "1.7.0"; version = "1.7.2"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "netinvent"; repo = "command_runner"; tag = "v${version}"; hash = "sha256-rdbZtqNndtIxrLA90eWzR6dB8EyFrBALduBUkOVq4oE="; hash = "sha256-2+Tvp0nFDcD6D99z/13RGRTrioFR0dhPDnicX9ZbIxY="; }; build-system = [ setuptools ]; Loading @@ -37,7 +37,7 @@ buildPythonPackage rec { Platform agnostic command execution, timed background jobs with live stdout/stderr output capture, and UAC/sudo elevation ''; changelog = "https://github.com/netinvent/command_runner/releases/tag/v${version}"; changelog = "https://github.com/netinvent/command_runner/releases/tag/${src.tag}"; license = licenses.bsd3; maintainers = teams.wdz.members; }; Loading Loading
pkgs/development/python-modules/command-runner/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "command-runner"; version = "1.7.0"; version = "1.7.2"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "netinvent"; repo = "command_runner"; tag = "v${version}"; hash = "sha256-rdbZtqNndtIxrLA90eWzR6dB8EyFrBALduBUkOVq4oE="; hash = "sha256-2+Tvp0nFDcD6D99z/13RGRTrioFR0dhPDnicX9ZbIxY="; }; build-system = [ setuptools ]; Loading @@ -37,7 +37,7 @@ buildPythonPackage rec { Platform agnostic command execution, timed background jobs with live stdout/stderr output capture, and UAC/sudo elevation ''; changelog = "https://github.com/netinvent/command_runner/releases/tag/v${version}"; changelog = "https://github.com/netinvent/command_runner/releases/tag/${src.tag}"; license = licenses.bsd3; maintainers = teams.wdz.members; }; Loading