python312Packages.pyaprilaire: 0.7.7 -> 0.8.0 (#374240)
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyaprilaire";
|
||||
version = "0.7.7";
|
||||
version = "0.8.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chamberlain2007";
|
||||
repo = "pyaprilaire";
|
||||
tag = version;
|
||||
hash = "sha256-1cTbmpRB4PzjqCPmHULLVEs7r7IWxIglnHkXsLksp0I=";
|
||||
hash = "sha256-W94NsL3hPIsi0WJ9EL4Z+IuoU9e0gZq3m+ntz+vShno=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/chamberlain2007/pyaprilaire/releases/tag/${version}";
|
||||
description = "Python library for interacting with Aprilaire thermostats.";
|
||||
description = "Python library for interacting with Aprilaire thermostats";
|
||||
homepage = "https://github.com/chamberlain2007/pyaprilaire";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
|
||||
Reference in New Issue
Block a user