tmuxp: 1.11.0 -> 1.12.1
https://github.com/tmux-python/tmuxp/releases/tag/v1.12.0 https://github.com/tmux-python/tmuxp/releases/tag/v1.12.1
This commit is contained in:
parent
c088cf3682
commit
e64306119c
1 changed files with 7 additions and 2 deletions
|
@ -6,13 +6,18 @@ let
|
||||||
in
|
in
|
||||||
pypkgs.buildPythonApplication rec {
|
pypkgs.buildPythonApplication rec {
|
||||||
pname = "tmuxp";
|
pname = "tmuxp";
|
||||||
version = "1.11.0";
|
version = "1.12.1";
|
||||||
|
|
||||||
src = pypkgs.fetchPypi {
|
src = pypkgs.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-N5kZ+e17ZgLOCvV/lcT/hdG1VNqLxh98QOQyM0BmZCA=";
|
sha256 = "078624c5ac7aa4142735f856fadb9281fcebb10e6b98d1be2b2f2bbd106613b9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace "libtmux>=0.12.0,<0.13.0" "libtmux"
|
||||||
|
'';
|
||||||
|
|
||||||
# No tests in archive
|
# No tests in archive
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue