tmuxp: 1.55.0 -> 1.56.0

This commit is contained in:
R. Ryantm
2025-11-09 01:50:42 +00:00
parent bb2e2e26e9
commit 8d2e2814cf
+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; [