pyprland: 2.4.6 -> 2.4.7

This commit is contained in:
R. Ryantm
2025-08-11 00:19:58 +05:30
committed by Masum Reza
parent 8fc6f65eed
commit f309ac2440
+2 -2
View File
@@ -7,7 +7,7 @@
python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.4.6";
version = "2.4.7";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.10";
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community";
repo = "pyprland";
tag = version;
hash = "sha256-OH+BTPw574FykVYWG6TIOpSPeYB39UxyMy/gzMDw0z4=";
hash = "sha256-rtAw6tdZY0BKb6Qjk/LHYYMB9nCPzkmw95wdjhJ191s=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];