Merge pull request #267044 from iliayar/master

pyprland: 1.4.1 -> 1.5.3

authored by André Silva and committed by GitHub 32a8f4c4 9462948d

+2 -3
+2 -3
pkgs/by-name/py/pyprland/package.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "pyprland"; 5 - version = "1.4.1"; 5 + version = "1.5.3"; 6 6 format = "pyproject"; 7 7 8 8 disabled = python3Packages.pythonOlder "3.10"; ··· 11 11 owner = "hyprland-community"; 12 12 repo = "pyprland"; 13 13 rev = version; 14 - hash = "sha256-x/Rar80jwBX64pW+uv0edhlC44OP1b1e2vnJLFGlIms="; 14 + hash = "sha256-PmE52pbEhc4+SkuyEeVUZoMVcbgK6CYA8HNwYPpgaIw="; 15 15 }; 16 16 17 17 nativeBuildInputs = with python3Packages; [ poetry-core ]; ··· 26 26 "pyprland.common" 27 27 "pyprland.plugins" 28 28 "pyprland.plugins.interface" 29 - "pyprland.plugins.ironbar" 30 29 ]; 31 30 32 31 meta = with lib; {