python312Packages.command-runner: 1.7.0 -> 1.7.2 (#389039)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "command-runner";
|
||||
version = "1.7.0";
|
||||
version = "1.7.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -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 ];
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user