pyprland: 2.0.4 -> 2.0.5

This commit is contained in:
R. Ryantm 2024-03-04 21:10:53 +00:00
parent e4e6b7e542
commit 6b5a3ef411

View File

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.0.4";
version = "2.0.5";
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-5N1kDD3ZDQMgO2mwggzfonUa/iXW19uBarrtzeWFS3I=";
hash = "sha256-VaNJ6hSdcH23Vk7JJpmNV6Qxb7gK5xWK6WHdeyfjUvQ=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];