pyprland: 2.1.4 -> 2.2.3

This commit is contained in:
R. Ryantm 2024-04-08 17:23:31 +00:00
parent f6eb921406
commit 013748c4b8

View File

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.1.4";
version = "2.2.3";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.10";
@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community";
repo = "pyprland";
rev = "refs/tags/${version}";
hash = "sha256-vko8SY5d537bKnpVeJWM3D4WeYCXAvF6tCzlFjKIZRU=";
hash = "sha256-WGLcrmKHti5Hu2Ed4/G1UgYGXPyGYHmkPK/yo4gdMNM=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];