tmuxp: 1.73.0 -> 1.74.0

Changelog: https://github.com/tmux-python/tmuxp/raw/v1.74.0/CHANGES
This commit is contained in:
Sandro Jäckel
2026-07-06 21:15:43 +02:00
parent 0cd698e2bd
commit d9e26e209f
+2 -2
View File
@@ -7,12 +7,12 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tmuxp";
version = "1.73.0";
version = "1.74.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-UExY0hC7HDWeISQ/mMZLMcMnqDko4i188MyoDbNePZc=";
hash = "sha256-ngSA6gEpmWAmNYh+BGHTlcLYqm42qFtabR1l3NbHgJw=";
};
build-system = with python3Packages; [