Merge pull request #214852 from dotlambda/greeclimate-1.4.1

python310Packages.greeclimate: 1.4.0 -> 1.4.1

authored by Nick Cao and committed by GitHub 9efd3648 873d9852

+2 -2
+2 -2
pkgs/development/python-modules/greeclimate/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "greeclimate"; 14 - version = "1.4.0"; 14 + version = "1.4.1"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.6"; ··· 20 20 owner = "cmroche"; 21 21 repo = "greeclimate"; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-UBkfe4d+K+730TbvModZF1ET7uxMpQGxOkq0PF/WiWc="; 23 + hash = "sha256-M4oxFi/PpqhJgZX/wM+9rSrraIZcqzubbxnihfK0W2E="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [