From e83a3f4afc3735a81b510939384d4ce942b26fc3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 28 Jun 2024 20:07:25 +0200 Subject: [PATCH] python312Packages.greeclimate: 1.4.1 -> 1.4.6 Diff: https://github.com/cmroche/greeclimate/compare/refs/tags/v1.4.1...v1.4.6 Changelog: https://github.com/cmroche/greeclimate/blob/refs/tags/v1.4.6/CHANGELOG.md --- pkgs/development/python-modules/greeclimate/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/greeclimate/default.nix b/pkgs/development/python-modules/greeclimate/default.nix index 806dd8681c57..0d27b5bf7107 100644 --- a/pkgs/development/python-modules/greeclimate/default.nix +++ b/pkgs/development/python-modules/greeclimate/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "greeclimate"; - version = "1.4.1"; + version = "1.4.6"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "cmroche"; repo = "greeclimate"; rev = "refs/tags/v${version}"; - hash = "sha256-M4oxFi/PpqhJgZX/wM+9rSrraIZcqzubbxnihfK0W2E="; + hash = "sha256-yoCbFLtyPEtELp2ptpBBdJTE7yyMqUeMRWT3wfKk5JM="; }; propagatedBuildInputs = [