python312Packages.uiprotect: 7.5.4 -> 7.5.5 (#402328)

https://github.com/uilibs/uiprotect/blob/v7.5.5/CHANGELOG.md
This commit is contained in:
R. RyanTM
2025-04-28 00:44:19 +02:00
committed by GitHub
parent d01735ffab
commit 2c49798b87
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "7.5.4";
version = "7.5.5";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
tag = "v${version}";
hash = "sha256-bDkMG+4XtniojoOnrfGRDewaDOP+jnUQRFYYFAHKxyE=";
hash = "sha256-+acG6vNBOLSIoM8wFQjWOh3PhwUI+/wcjMf7InDt8IA=";
};
build-system = [ poetry-core ];