tmuxp: 1.67.0 -> 1.70.0

Changelog: https://github.com/tmux-python/tmuxp/raw/v1.70.0/CHANGES
This commit is contained in:
Michael Daniels
2026-05-24 14:08:02 -04:00
parent 6807493779
commit 2aee8a8fb0
+2 -2
View File
@@ -7,12 +7,12 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tmuxp";
version = "1.67.0";
version = "1.70.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-mQcg2fpab0dYeQrswgHS0prwrZrYxHtYrCCssOipTxI=";
hash = "sha256-XanIOOlZjN5K4hTyd/n0mFotB7GAreQhp6UimdQp+Vw=";
};
build-system = with python3Packages; [