pyprland: 2.5.1 -> 2.6.2 (#483885)

This commit is contained in:
Masum Reza
2026-01-26 11:05:29 +00:00
committed by GitHub
+6 -3
View File
@@ -7,19 +7,22 @@
python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.5.1";
version = "2.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "hyprland-community";
repo = "pyprland";
tag = version;
hash = "sha256-f3FhkR2asMKK7kckXMWl8Un0hd7A3hZtsviZrBTqzEo=";
hash = "sha256-jvdXytMnNrINNkSNljYFS9uomPmQ0g2Bnje/8YbsAv8=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];
propagatedBuildInputs = with python3Packages; [ aiofiles ];
propagatedBuildInputs = with python3Packages; [
aiofiles
pillow
];
pythonRelaxDeps = [
"aiofiles"
];