tuifimanager: 5.0.5 -> 5.0.9

This commit is contained in:
R. Ryantm
2025-01-02 05:21:50 +00:00
parent e4f449ab51
commit 6aa6cf0486
+3 -3
View File
@@ -21,15 +21,15 @@ lib.throwIf (enableDragAndDrop && !hasDndSupport)
python3.pkgs.buildPythonApplication
rec {
pname = "tuifimanager";
version = "5.0.5";
version = "5.0.9";
pyproject = true;
src = fetchFromGitHub {
owner = "GiorgosXou";
repo = "TUIFIManager";
rev = "v.${version}";
hash = "sha256-KwyRGNT3o/Ww+szBI+MmMMw5ZaSPT+G3xJIw5g9iBKo=";
tag = "v.${version}";
hash = "sha256-15PXua3kLf3Mpgft2msFBn+fS2bzfTAIC9bmOkNKqlU=";
};
build-system = with python3.pkgs; [