python3Packages.uiprotect: 7.14.1 -> 7.14.2 (#424736)

https://github.com/uilibs/uiprotect/blob/v7.14.2/CHANGELOG.md
This commit is contained in:
R. RyanTM
2025-07-13 20:16:36 +10:00
committed by GitHub
parent c37bde378a
commit 0f506f2191
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "7.14.1";
version = "7.14.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
tag = "v${version}";
hash = "sha256-e5VfG20hl+SGssNsLMoQ2ULJAcVS6gahNkC6XqRuXb0=";
hash = "sha256-amCE5y/4tAdrvlk6ZSa6QaG9XuLnFfz1ml1r/H80fdE=";
};
build-system = [ poetry-core ];