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

python310Packages.blebox-uniapi: 2.1.4 -> 2.2.0
This commit is contained in:
Fabian Affolter 2023-08-30 10:27:46 +02:00 committed by GitHub
commit 743f1b8475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;