From 0e1a97b420d91bab55b3e04c32222b84e8d73d2d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 11 Mar 2025 17:59:51 +0000 Subject: [PATCH] python312Packages.command-runner: 1.7.0 -> 1.7.2 --- pkgs/development/python-modules/command-runner/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/command-runner/default.nix b/pkgs/development/python-modules/command-runner/default.nix index ce19e32b6561..a42209093cad 100644 --- a/pkgs/development/python-modules/command-runner/default.nix +++ b/pkgs/development/python-modules/command-runner/default.nix @@ -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; };