tmuxp: 1.49.0 -> 1.50.1

This commit is contained in:
Otavio Salvador
2024-12-31 17:16:24 -03:00
parent 8dfd8ed94f
commit 3165d93716
+2 -2
View File
@@ -7,12 +7,12 @@
python3Packages.buildPythonApplication rec {
pname = "tmuxp";
version = "1.49.0";
version = "1.50.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Fip2HnwIa03khiYlL5FkhVo84oS0OSD9f79bEFLBoNc=";
hash = "sha256-v7k0S0dMmpmwZkCJhPKiE+sEtVkOL+tE4Io66EIEXP0=";
};
build-system = with python3Packages; [