tmuxp: 1.71.0 -> 1.73.0

Changelog: https://github.com/tmux-python/tmuxp/raw/v1.73.0/CHANGES
This commit is contained in:
Alexis Hildebrandt
2026-07-03 22:23:29 +02:00
committed by Sandro Jäckel
parent 1ec413ad63
commit 4055b857d7
+2 -2
View File
@@ -7,12 +7,12 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tmuxp";
version = "1.71.0";
version = "1.73.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-+Nsr4gNem/gB6ZMre53rfuM8Kwkiu86aGJmrxiFRorY=";
hash = "sha256-UExY0hC7HDWeISQ/mMZLMcMnqDko4i188MyoDbNePZc=";
};
build-system = with python3Packages; [