pyprland: 1.6.0 -> 1.6.9

This commit is contained in:
iliayar 2023-12-23 14:35:45 +03:00
parent a5f3d6219a
commit 1e09a54e89
No known key found for this signature in database
GPG Key ID: 3FE87CB13CB3AC4E

View File

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "1.6.0";
version = "1.6.9";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.10";
@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community";
repo = "pyprland";
rev = version;
hash = "sha256-QbbBpaBIlU4IoU/NM7igDap8TxOKePQ8JI3ZlH944Bs=";
hash = "sha256-qmITBg9csfCIcyTADUOfEo/Nrou01bXHORQ66+Jvodo=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];