pyprland: 3.1.0 -> 3.3.0 (#504439)

This commit is contained in:
Masum Reza
2026-03-29 03:30:16 +00:00
committed by GitHub
+4 -2
View File
@@ -7,16 +7,18 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "pyprland";
version = "3.1.0";
version = "3.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hyprland-community";
repo = "pyprland";
tag = finalAttrs.version;
hash = "sha256-qayntjpE3WYBl6idfpwtvkEo61oHtc80uNEm0m4XA2o=";
hash = "sha256-h7eoNn8ygdtg5rp9S2PSgCa9HSTgDZOjFvGl6KRbAtY=";
};
build-system = [ python3Packages.hatchling ];
nativeBuildInputs = with python3Packages; [ poetry-core ];
propagatedBuildInputs = with python3Packages; [