python312Packages.uiprotect: 7.5.1 -> 7.5.2 (#397296)

https://github.com/uilibs/uiprotect/blob/v7.5.2/CHANGELOG.md
This commit is contained in:
R. RyanTM
2025-04-09 18:37:45 +02:00
committed by GitHub
parent ce8ea5611e
commit bc0b105ed1
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "uiprotect";
version = "7.5.1";
version = "7.5.2";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "uilibs";
repo = "uiprotect";
tag = "v${version}";
hash = "sha256-moGS1hfCU8BCdAzvr0Np7lF32RucigM9YANZI6+sALw=";
hash = "sha256-cXvjxXvGnIJ5lRtH8t5TFTUgGKUZOcGkyur9e+Anbf4=";
};
build-system = [ poetry-core ];
@@ -109,7 +109,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python API for UniFi Protect (Unofficial)";
homepage = "https://github.com/uilibs/uiprotect";
changelog = "https://github.com/uilibs/uiprotect/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/uilibs/uiprotect/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ hexa ];
};