Unverified Commit bc0b105e authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

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

parent ce8ea561
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };