Merge pull request #333814 from mweinelt/uiprotect-6.0.1

python312Packages.uiprotect: 5.4.0 -> 6.0.1
This commit is contained in:
Martin Weinelt 2024-08-11 03:43:09 +02:00 committed by GitHub
commit 25c969ae28
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.4.0";
version = "6.0.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
rev = "refs/tags/v${version}";
hash = "sha256-LwG8X1UHsGL7jw4au2Jeo6pcsnRK23rqB5aFBQRTGmI=";
hash = "sha256-2rkXaFzdIOCGF60k7TpqAqTSxFFhmqhY8yKm7cEvgkE=";
};
postPatch = ''