Merge pull request #312032 from r-ryantm/auto-update/pyprland

pyprland: 2.2.17 -> 2.2.20

authored by nixpkgs-merge-bot[bot] and committed by GitHub fb561768 e243ea85

+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.2.17"; 10 + version = "2.2.20"; 11 11 format = "pyproject"; 12 12 13 13 disabled = python3Packages.pythonOlder "3.10"; ··· 16 16 owner = "hyprland-community"; 17 17 repo = "pyprland"; 18 18 rev = "refs/tags/${version}"; 19 - hash = "sha256-S1bIIazrBWyjF8tOcIk0AwwWq9gbpTKNsjr9iYA5lKk="; 19 + hash = "sha256-/eJ3emWI2l9jYgD7RX6tGUy6wHHQ25qS6Xd1x1uWZ1w="; 20 20 }; 21 21 22 22 nativeBuildInputs = with python3Packages; [ poetry-core ];