Skip to content

Commit

Permalink
Merge pull request NixOS#306854 from r-ryantm/auto-update/pyprland
Browse files Browse the repository at this point in the history
pyprland: 2.2.10 -> 2.2.12
  • Loading branch information
NickCao authored Apr 26, 2024
2 parents efe6e3d + 3a51881 commit f229403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/py/pyprland/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.2.10";
version = "2.2.12";
format = "pyproject";

disabled = python3Packages.pythonOlder "3.10";
Expand All @@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community";
repo = "pyprland";
rev = "refs/tags/${version}";
hash = "sha256-SOrkOLSjXq8PlZ894EKjfN+Dfnwa8dRgh5eOJVeD2Mk=";
hash = "sha256-SVly20/+67d0Rr2SuM1n/JfT1SlyKdKRBLDx2okCZRY=";
};

nativeBuildInputs = with python3Packages; [ poetry-core ];
Expand Down

0 comments on commit f229403

Please sign in to comment.