Merge pull request #319431 from r-ryantm/auto-update/python311Packages.uiprotect

python311Packages.uiprotect: 0.13.0 -> 1.1.0
This commit is contained in:
Martin Weinelt 2024-06-13 09:32:22 +02:00 committed by GitHub
commit 9a1051654c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "0.13.0";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "uilibs";
repo = "uiprotect";
rev = "v${version}";
hash = "sha256-Laf8P77fLTTJqqUoGZUtGIVmitrXS1OQLeW8Gqu66NU=";
rev = "refs/tags/v${version}";
hash = "sha256-TWErGEQot99x48Ti9rBxaq9qcrZiT/W0irdR+UxC1XI=";
};
postPatch = ''