File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/command-runner Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments