tmuxp: 1.34.0 -> 1.39.0

Changelog: https://github.com/tmux-python/tmuxp/raw/v1.39.0/CHANGES
This commit is contained in:
Mario Rodas 2024-02-26 04:20:00 +00:00 committed by Bjørn Forsman
parent 805302f2b9
commit 716d79eef3

View file

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "tmuxp"; pname = "tmuxp";
version = "1.34.0"; version = "1.39.0";
format = "pyproject"; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-G93YtgXo4li+tLWKgJFaxx4Ax4sK4F+vK6M3WTXIeiU="; hash = "sha256-E8Q1uCV3kl4rYg/bzwjk3CNQU/uP9lEZzSqcOFkLrY0=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [