diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2022-11-24 09:42:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-24 09:42:05 +0100 |
| commit | 8d511ba6a38e3075c19267ac4c3ce4b04777d64b (patch) | |
| tree | 6dad8adbb5f73481b94b5ccc2f01c0107ec89b69 /pkgs/development/python-modules | |
| parent | d865c32ddc7be852212cc74c61236d4396e01fea (diff) | |
| parent | 09565dad814964d676a3a3ac25b7830277c6e9af (diff) | |
Merge pull request #202642 from fabaff/python-homewizard-energy-bump
python310Packages.python-homewizard-energy: 1.2.0 -> 1.3.1
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/python-homewizard-energy/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-homewizard-energy/default.nix b/pkgs/development/python-modules/python-homewizard-energy/default.nix index a52535673a6c..c5364d7a1a75 100644 --- a/pkgs/development/python-modules/python-homewizard-energy/default.nix +++ b/pkgs/development/python-modules/python-homewizard-energy/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "python-homewizard-energy"; - version = "1.2.0"; + version = "1.3.1"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "DCSBL"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-tFIqlPeRMB0Q9XpA5zBBzjo0Dw2bhnYdJsXvl0A04vY="; + hash = "sha256-rj3WTDj2ey8unOxXkD4zbqwd0FDcyHPzsDrjtX7myj4="; }; nativeBuildInputs = [ |
