tmuxp: 1.64.0 -> 1.67.0

This commit is contained in:
Sigmanificient
2026-03-27 02:13:56 +01:00
parent 42231559de
commit a60d11223b
+2 -2
View File
@@ -7,12 +7,12 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tmuxp";
version = "1.64.0";
version = "1.67.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-jx5duGqxgXqDHfc74mZ6YZlxdW16bYJ3KD5hRReJmCw=";
hash = "sha256-mQcg2fpab0dYeQrswgHS0prwrZrYxHtYrCCssOipTxI=";
};
build-system = with python3Packages; [