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

pyprland: 2.2.10 -> 2.2.12
This commit is contained in:
Nick Cao 2024-04-26 09:54:57 -04:00 committed by GitHub
commit f2294037ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.2.10";
version = "2.2.12";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.10";
@ -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 ];