tmuxp: 1.55.0 -> 1.56.0 (#459938)

This commit is contained in:
Yohann Boniface
2025-11-10 22:17:33 +00:00
committed by GitHub
+2 -2
View File
@@ -7,12 +7,12 @@
python3Packages.buildPythonApplication rec {
pname = "tmuxp";
version = "1.55.0";
version = "1.56.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-reC609nY1kdmQInAphAfmSTZQQqitTD88EBv/4mU3h0=";
hash = "sha256-6Nc6JHNZM6OUgoOfpD4wCDUlLAb2kLBplm1IjuVG/q8=";
};
build-system = with python3Packages; [