Merge pull request #327005 from r-ryantm/auto-update/python312Packages.uiprotect

python312Packages.uiprotect: 5.2.0 -> 5.2.2
This commit is contained in:
Martin Weinelt 2024-07-14 12:54:07 +02:00 committed by GitHub
commit 12ae10550b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "5.2.0";
version = "5.2.2";
pyproject = true;
disabled = pythonOlder "3.10";
@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
rev = "refs/tags/v${version}";
hash = "sha256-VH8b++7C4bLLoZoefc9zd9S7HTkrDiE7Wle3wkwvjoA=";
hash = "sha256-XWsb/sEXJynb8NEdSm9LMPKTZbacwYHHTUaol1nR3kM=";
};
postPatch = ''