Unverified Commit 743f1b84 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #252240 from r-ryantm/auto-update/python310Packages.blebox-uniapi

python310Packages.blebox-uniapi: 2.1.4 -> 2.2.0
parents 9c077b7a 0f7d7e22
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "blebox-uniapi";
  version = "2.1.4";
  version = "2.2.0";
  format = "setuptools";

  disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "blebox";
    repo = "blebox_uniapi";
    rev = "refs/tags/v${version}";
    hash = "sha256-hr3HD8UiI+bKiHcXGnyomJMzP+/GVXLgSUxeH2U6l/4=";
    hash = "sha256-cLSI6wa3gHE0QkSVVWMNpb5fyQy0TLDNSqOuGlDJGJc=";
  };

  postPatch = ''
@@ -44,7 +44,7 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    changelog = "https://github.com/blebox/blebox_uniapi/blob/${version}/HISTORY.rst";
    changelog = "https://github.com/blebox/blebox_uniapi/blob/v${version}/HISTORY.rst";
    description = "Python API for accessing BleBox smart home devices";
    homepage = "https://github.com/blebox/blebox_uniapi";
    license = licenses.asl20;