Unverified Commit 8495c75b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.command-runner: 1.7.0 -> 1.7.2 (#389039)

parents 76f6c16a 0e1a97b4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
  };