Merge pull request #332680 from dotlambda/python3Packages.greeclimate

python312Packages.greeclimate: 2.0.0 -> 2.1.0
This commit is contained in:
Robert Schütz
2024-08-06 05:31:02 -07:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "greeclimate";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "cmroche";
repo = "greeclimate";
rev = "refs/tags/v${version}";
hash = "sha256-EHVUbvz0lz0gnmLd8XpIVo8OaZPr2k96l1Wu57pnIJE=";
hash = "sha256-SO7/uheAPVFZ1C2qrzP7jB88u6EH79f1+qMZIgHZaCE=";
};
build-system = [ setuptools ];