python3Packages.uiprotect: 7.6.0 -> 7.11.0 (#410623)

https://github.com/uilibs/uiprotect/blob/v7.11.0/CHANGELOG.md
This commit is contained in:
R. RyanTM
2025-06-12 16:59:48 +02:00
committed by Martin Weinelt
parent 8758318e00
commit 0b2a05836c
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "7.6.0";
version = "7.11.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
tag = "v${version}";
hash = "sha256-jFRBupuP0T/6e07qdJmzcz7P/IAYbY1+QxF6ErsFox0=";
hash = "sha256-K3Yk9ZMCMlclUYElnEjdTG8EwwUSzYhTcRrPuAG5Olc=";
};
build-system = [ poetry-core ];