python3Packages.uiprotect: 10.17.0 -> 15.4.1

https://github.com/uilibs/uiprotect/blob/v15.4.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-07-05 00:48:04 +02:00
parent 02adfaa8c5
commit 34d5ffdb69
@@ -39,14 +39,14 @@
buildPythonPackage (finalAttrs: {
pname = "uiprotect";
version = "10.17.0";
version = "15.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "uilibs";
repo = "uiprotect";
tag = "v${finalAttrs.version}";
hash = "sha256-q02gSnEruUM1sF4LnMWwqNRzbFhZRRxTZ3pAuRb+XDc=";
hash = "sha256-qsGLheVKhIM1aEq/KRsclf3ZQtRhtX/S8cQ5Aem8dEw=";
};
build-system = [ poetry-core ];