diff options
author | Jonas Heinrich | 2024-06-29 12:44:17 +0200 |
---|---|---|
committer | GitHub | 2024-06-29 12:44:17 +0200 |
commit | fa1dae0e07c8e0b5dcc901717b8211a42bbd1a2e (patch) | |
tree | b6490d3953a3d5a625328f942f769707512d0031 /pkgs/development | |
parent | b47ca1b1d1e766de0cba60c2e065ae44a61c08ae (diff) | |
parent | e83a3f4afc3735a81b510939384d4ce942b26fc3 (diff) |
Merge pull request #323211 from fabaff/greeclimate-bump
python312Packages.greeclimate: 1.4.1 -> 1.4.6
Diffstat (limited to 'pkgs/development')
-rw-r--r-- | pkgs/development/python-modules/greeclimate/default.nix | 4 |
1 files 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 = [ |