tmuxp: 1.28.1 -> 1.29.0
This commit is contained in:
parent
fc770285db
commit
71f65ac99a
@ -2,18 +2,14 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "tmuxp";
|
||||
version = "1.28.1";
|
||||
version = "1.29.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-sNLqUyas6QY11eW/FhkqB6+u4MTqiY1ixvD3BN69Fic=";
|
||||
hash = "sha256-MiXG4MVzomyc4LjovPsvhmPngtJv85s6Ypo/Cm2Whho=";
|
||||
};
|
||||
|
||||
# No tests in archive
|
||||
doCheck = false;
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3Packages.poetry-core
|
||||
python3Packages.shtab
|
||||
@ -27,6 +23,9 @@ python3Packages.buildPythonApplication rec {
|
||||
libtmux
|
||||
];
|
||||
|
||||
# No tests in archive
|
||||
doCheck = false;
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --cmd tmuxp \
|
||||
--bash <(shtab --shell=bash -u tmuxp.cli.create_parser) \
|
||||
|
Loading…
Reference in New Issue
Block a user