Skip to content

Commit

Permalink
tuifimanager: 5.0.0 -> 5.0.5 (#367449)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp authored Dec 26, 2024
2 parents b7ac82e + 8ebe7c9 commit c836511
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions pkgs/by-name/tu/tuifimanager/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,24 @@ lib.throwIf (enableDragAndDrop && !hasDndSupport)
python3.pkgs.buildPythonApplication
rec {
pname = "tuifimanager";
version = "5.0.0";
format = "pyproject";
version = "5.0.5";

pyproject = true;

src = fetchFromGitHub {
owner = "GiorgosXou";
repo = "TUIFIManager";
rev = "v.${version}";
hash = "sha256-2yYD1YFGoN0uj3HzcYxEs3zbwfUIDLLzvfTcZILx5h4=";
hash = "sha256-KwyRGNT3o/Ww+szBI+MmMMw5ZaSPT+G3xJIw5g9iBKo=";
};

build-system = with python3.pkgs; [
setuptools
setuptools-scm
];

nativeBuildInputs =
[
python3.pkgs.setuptools
python3.pkgs.setuptools-scm
]
[ ]
++ (lib.optionals enableDragAndDrop [
qt6.wrapQtAppsHook
makeWrapper
Expand Down

0 comments on commit c836511

Please sign in to comment.