tmuxp: 1.28.1 -> 1.29.0

This commit is contained in:
Theodore Ni 2023-08-29 10:39:27 -07:00
parent fc770285db
commit 71f65ac99a
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -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) \