pyprland: 2.4.5 -> 2.4.6

This commit is contained in:
R. Ryantm 2025-07-15 15:30:45 +00:00
parent 19e28509c7
commit 72b05b1d59

View File

@ -7,7 +7,7 @@
python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.4.5";
version = "2.4.6";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.10";
@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community";
repo = "pyprland";
tag = version;
hash = "sha256-s93zuBS2jpGLTKKGvna1Zc+ph6A6kemgfkl8j7uSdKY=";
hash = "sha256-OH+BTPw574FykVYWG6TIOpSPeYB39UxyMy/gzMDw0z4=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];