python3Packages.uiprotect: 7.14.2 -> 7.20.0 (#429430)

https://github.com/uilibs/uiprotect/blob/v7.20.0/CHANGELOG.md
This commit is contained in:
R. RyanTM 2025-07-30 08:17:45 +10:00 committed by GitHub
parent 9b279f9bf7
commit 669d470a1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "7.14.2";
version = "7.20.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
tag = "v${version}";
hash = "sha256-amCE5y/4tAdrvlk6ZSa6QaG9XuLnFfz1ml1r/H80fdE=";
hash = "sha256-mrTRLwqHiYsdVsmtsEv1ZZvhLquednbT0ME4HO1wC4I=";
};
build-system = [ poetry-core ];