tmuxp: 1.70.0 → 1.71.0 (#536121)

This commit is contained in:
Alexis Hildebrandt
2026-06-28 07:50:15 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tmuxp";
version = "1.70.0";
version = "1.71.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-XanIOOlZjN5K4hTyd/n0mFotB7GAreQhp6UimdQp+Vw=";
hash = "sha256-+Nsr4gNem/gB6ZMre53rfuM8Kwkiu86aGJmrxiFRorY=";
};
build-system = with python3Packages; [