pyprland: 2.4.6 -> 2.4.7

authored by R. Ryantm and committed by Masum Reza f309ac24 8fc6f65e

+2 -2
+2 -2
pkgs/by-name/py/pyprland/package.nix
··· 7 7 8 8 python3Packages.buildPythonApplication rec { 9 9 pname = "pyprland"; 10 - version = "2.4.6"; 10 + version = "2.4.7"; 11 11 format = "pyproject"; 12 12 13 13 disabled = python3Packages.pythonOlder "3.10"; ··· 16 16 owner = "hyprland-community"; 17 17 repo = "pyprland"; 18 18 tag = version; 19 - hash = "sha256-OH+BTPw574FykVYWG6TIOpSPeYB39UxyMy/gzMDw0z4="; 19 + hash = "sha256-rtAw6tdZY0BKb6Qjk/LHYYMB9nCPzkmw95wdjhJ191s="; 20 20 }; 21 21 22 22 nativeBuildInputs = with python3Packages; [ poetry-core ];