tuifimanager: 4.0.6 -> 4.1.7 (#326616)

This commit is contained in:
Yohann Boniface 2024-07-15 08:05:50 +02:00 committed by GitHub
parent ffda0af896
commit 717235bcd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,14 +19,14 @@ lib.throwIf (enableDragAndDrop && !hasDndSupport)
python3.pkgs.buildPythonApplication rec {
pname = "tuifimanager";
version = "4.0.6";
version = "4.1.7";
format = "pyproject";
src = fetchFromGitHub {
owner = "GiorgosXou";
repo = "TUIFIManager";
rev = "v.${version}";
hash = "sha256-pppPlpPA1UYjUCKvGCjUo9jFNyOOkk6aF7/v5sXIptI=";
hash = "sha256-kljodLSSjvGcjhD7IhAVAAGd6LoiM6IYwMXuSsIJ198=";
};
nativeBuildInputs = [