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:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user