tmuxp: 1.64.0 -> 1.67.0 (#503916)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-27 13:16:41 +00:00
committed by GitHub
+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; [