Robert Schütz
2024-08-06 02:46:26 -07:00
parent b67ad15b55
commit ffa83aeff3
@@ -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 ];