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

pyprland: 2.2.17 -> 2.2.20
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-05-16 02:32:11 +00:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.2.17";
version = "2.2.20";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.10";
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community";
repo = "pyprland";
rev = "refs/tags/${version}";
hash = "sha256-S1bIIazrBWyjF8tOcIk0AwwWq9gbpTKNsjr9iYA5lKk=";
hash = "sha256-/eJ3emWI2l9jYgD7RX6tGUy6wHHQ25qS6Xd1x1uWZ1w=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];