Merge pull request #211742 from martiert/tmuxp

Update tmuxp to 1.23.0
This commit is contained in:
Nick Cao 2023-01-21 14:43:51 +08:00 committed by GitHub
commit f7b2f2970d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,18 +6,13 @@ let
in
pypkgs.buildPythonApplication rec {
pname = "tmuxp";
version = "1.12.1";
version = "1.23.0";
src = pypkgs.fetchPypi {
inherit pname version;
sha256 = "078624c5ac7aa4142735f856fadb9281fcebb10e6b98d1be2b2f2bbd106613b9";
sha256 = "Ix/43QFOa0kCP5xndszFGk0p12w/t/z+fVcYRIj9y0s=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "libtmux>=0.12.0,<0.13.0" "libtmux"
'';
# No tests in archive
doCheck = false;