python310Packages.aiosomecomfort: 0.0.7 -> 0.0.8

Diff: https://github.com/mkmer/AIOSomecomfort/compare/refs/tags/0.0.7...0.0.8

Changelog: https://github.com/mkmer/AIOSomecomfort/releases/tag/0.0.8
This commit is contained in:
Fabian Affolter
2023-02-16 00:27:30 +01:00
parent a7fb18c804
commit cbf8197c12
@@ -3,19 +3,21 @@
, fetchFromGitHub
, aiohttp
, prettytable
, pythonOlder
}:
buildPythonPackage rec {
pname = "aiosomecomfort";
version = "0.0.7";
version = "0.0.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "mkmer";
repo = "AIOSomecomfort";
rev = "refs/tags/${version}";
hash = "sha256-NVtoQJOC4rNny95/lFk2eJ5mycNSuZrIy1GGZKYZ1VA=";
hash = "sha256-SwNHLDizkpOP+zSDzn84J2l8ltZi/ponnptzuVJMHUA=";
};
propagatedBuildInputs = [
@@ -32,6 +34,7 @@ buildPythonPackage rec {
meta = {
description = "AsyicIO client for US models of Honeywell Thermostats";
homepage = "https://github.com/mkmer/AIOSomecomfort";
changelog = "https://github.com/mkmer/AIOSomecomfort/releases/tag/${version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ dotlambda ];
};