tuifimanager: 5.1.5 -> 5.2.5 (#485802)

This commit is contained in:
Nick Cao
2026-02-02 22:48:46 +00:00
committed by GitHub
+2 -2
View File
@@ -21,7 +21,7 @@ lib.throwIf (enableDragAndDrop && !hasDndSupport)
python3Packages.buildPythonApplication
(finalAttrs: {
pname = "tuifimanager";
version = "5.1.5";
version = "5.2.5";
pyproject = true;
@@ -29,7 +29,7 @@ lib.throwIf (enableDragAndDrop && !hasDndSupport)
owner = "GiorgosXou";
repo = "TUIFIManager";
tag = "v.${finalAttrs.version}";
hash = "sha256-5ShrmjEFKGdmaGBFjMnIfcM6p8AZd13uIEFwDVAkU/8=";
hash = "sha256-in9gACM8AxodecQZX0QzY+hdADd7SIcDyXMfTt8LPJk=";
};
build-system = with python3Packages; [