pyprland: 3.4.2 -> 3.4.3 (#539019)

This commit is contained in:
Masum Reza
2026-07-07 19:59:50 +00:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "pyprland";
version = "3.4.2";
version = "3.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "hyprland-community";
repo = "pyprland";
tag = finalAttrs.version;
hash = "sha256-Bu2UumLJay3Fvd2aXhqWGbxApCVSdJKo51NLy1AC/+0=";
hash = "sha256-/CR07do2Ma9DYmQ3dNwaXYZmgIX4gQdVMdtEz+AM78E=";
};
build-system = [ python3Packages.hatchling ];