python313Packages.uiprotect: 7.5.0 -> 7.5.1

https://github.com/uilibs/uiprotect/blob/refs/tags/v7.5.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-02-06 18:55:23 +01:00
parent 9f6583252b
commit a9d1362ba1
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "7.5.0";
version = "7.5.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
tag = "v${version}";
hash = "sha256-tOozcXDXQI3l5dMQ8WqBrC7wLVbl5iomsuy/hYL3emE=";
hash = "sha256-moGS1hfCU8BCdAzvr0Np7lF32RucigM9YANZI6+sALw=";
};
build-system = [ poetry-core ];