Skip to content

Commit 8495c75

Browse files
authored
python312Packages.command-runner: 1.7.0 -> 1.7.2 (#389039)
2 parents 76f6c16 + 0e1a97b commit 8495c75

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/command-runner

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/command-runner/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "command-runner";
12-
version = "1.7.0";
12+
version = "1.7.2";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "netinvent";
1919
repo = "command_runner";
2020
tag = "v${version}";
21-
hash = "sha256-rdbZtqNndtIxrLA90eWzR6dB8EyFrBALduBUkOVq4oE=";
21+
hash = "sha256-2+Tvp0nFDcD6D99z/13RGRTrioFR0dhPDnicX9ZbIxY=";
2222
};
2323

2424
build-system = [ setuptools ];
@@ -37,7 +37,7 @@ buildPythonPackage rec {
3737
Platform agnostic command execution, timed background jobs with live
3838
stdout/stderr output capture, and UAC/sudo elevation
3939
'';
40-
changelog = "https://github.com/netinvent/command_runner/releases/tag/v${version}";
40+
changelog = "https://github.com/netinvent/command_runner/releases/tag/${src.tag}";
4141
license = licenses.bsd3;
4242
maintainers = teams.wdz.members;
4343
};

0 commit comments

Comments
 (0)