mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
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
|
||||
pypkgs.buildPythonApplication rec {
|
||||
pname = "tmuxp";
|
||||
version = "1.11.0";
|
||||
version = "1.12.1";
|
||||
|
||||
src = pypkgs.fetchPypi {
|
||||
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
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue