pyprland: 1.6.9 -> 1.6.10

This commit is contained in:
iliayar 2024-01-04 18:12:10 +03:00
parent 7cf063a5a7
commit 7c34d5ec24
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.9";
version = "1.6.10";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.10";
@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community";
repo = "pyprland";
rev = version;
hash = "sha256-qmITBg9csfCIcyTADUOfEo/Nrou01bXHORQ66+Jvodo=";
hash = "sha256-1JPEAVfGkIE3pRS1JNQJQXUI4YjtO/M6MpD7Q0pPR3E=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];