Merge pull request #297803 from otavio/tmuxp

libtmux: 0.32.0 -> 0.35.0, tmuxp: 1.39.0 -> 1.43.0
This commit is contained in:
OTABI Tomoya 2024-03-22 11:16:42 +09:00 committed by GitHub
commit 6e147dce88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "libtmux";
version = "0.32.0";
version = "0.35.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tmux-python";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-8x98yYgA8dY9btFePDTB61gsRZeOVpnErkgJRVlYYFY=";
hash = "sha256-1Xt2sl4L56TnveufD2j9k6eQQ+HllDxagv1APrErQYc=";
};
postPatch = ''
@ -64,6 +64,6 @@ buildPythonPackage rec {
homepage = "https://libtmux.git-pull.com/";
changelog = "https://github.com/tmux-python/libtmux/raw/v${version}/CHANGES";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ otavio ];
};
}

View File

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "tmuxp";
version = "1.39.0";
version = "1.43.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-E8Q1uCV3kl4rYg/bzwjk3CNQU/uP9lEZzSqcOFkLrY0=";
hash = "sha256-SbMZpMrcOGNzEqa/2x0OtgC2/fhKp8Prs8Hspy3I3tA=";
};
nativeBuildInputs = [