Mario Rodas 2022-08-13 04:45:00 +00:00
parent c088cf3682
commit e64306119c

View file

@ -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;