From 0fec5918ba141bcb4489908257b75fa011d4c08a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 16 Jan 2025 07:17:04 +0000 Subject: [PATCH 1/2] python312Packages.pyaprilaire: 0.7.7 -> 0.8.0 --- pkgs/development/python-modules/pyaprilaire/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyaprilaire/default.nix b/pkgs/development/python-modules/pyaprilaire/default.nix index 4df4f7be7393..99f6fce28c0c 100644 --- a/pkgs/development/python-modules/pyaprilaire/default.nix +++ b/pkgs/development/python-modules/pyaprilaire/default.nix @@ -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 ]; From c0a8c8aaa60c3b5a789bc7f973b051cfe308d703 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 16 Jan 2025 10:16:40 +0100 Subject: [PATCH 2/2] python312Packages.pyaprilaire: fix description --- pkgs/development/python-modules/pyaprilaire/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pyaprilaire/default.nix b/pkgs/development/python-modules/pyaprilaire/default.nix index 99f6fce28c0c..ed0892acf1f4 100644 --- a/pkgs/development/python-modules/pyaprilaire/default.nix +++ b/pkgs/development/python-modules/pyaprilaire/default.nix @@ -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 ];