python312Packages.uiprotect: 7.4.1 -> 7.5.0 (#376904)

This commit is contained in:
Nick Cao
2025-01-26 10:08:20 -05:00
committed by GitHub
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "7.4.1";
version = "7.5.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
tag = "v${version}";
hash = "sha256-y4rJoT70WiVS9Gs/U6FPOaGGubPI43x9tA2vcdiDBlw=";
hash = "sha256-tOozcXDXQI3l5dMQ8WqBrC7wLVbl5iomsuy/hYL3emE=";
};
build-system = [ poetry-core ];