python3Packages.greeclimate: 3.0.0 -> 3.2.0 (#533675)

This commit is contained in:
dotlambda
2026-06-21 04:42:52 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "greeclimate";
version = "3.0.0";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "cmroche";
repo = "greeclimate";
tag = "v${version}";
hash = "sha256-ikIpL9Il6uCA2z6SbceNzqTyC5P0lP5ZR4J3KfSgypo=";
hash = "sha256-lDsMx08BDaUZwmT9afwj9SOMovOftNOlfNV5btSAW8E=";
};
build-system = [ setuptools ];