We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1546577 + 05457ee commit 864a779Copy full SHA for 864a779
pkgs/development/python-modules/pyenphase/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "pyenphase";
21
- version = "1.17.0";
+ version = "1.18.0";
22
pyproject = true;
23
24
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
27
owner = "pyenphase";
28
repo = "pyenphase";
29
rev = "refs/tags/v${version}";
30
- hash = "sha256-GNyhUk2/CSSdigrAJ0T2F1+49PkyPxMaec3nO9/cmNo=";
+ hash = "sha256-lnxHWEQ9nVWT7dK0Vz7cCN/ur9C/RfzJDh6AYpFHJds=";
31
};
32
33
postPatch = ''
0 commit comments