python3Packages.uiprotect: 7.11.0 -> 7.13.0 (#416732)

https://github.com/uilibs/uiprotect/blob/v7.13.0/CHANGELOG.md
This commit is contained in:
R. RyanTM
2025-06-14 18:25:47 +02:00
committed by GitHub
parent 8440d79eac
commit 160b930293
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "7.11.0";
version = "7.13.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
tag = "v${version}";
hash = "sha256-K3Yk9ZMCMlclUYElnEjdTG8EwwUSzYhTcRrPuAG5Olc=";
hash = "sha256-qquFyKtGvm+115XB+i4XqaH07sHgBPTe9XUPvZR274M=";
};
build-system = [ poetry-core ];