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 3698579 + 7dd2100 commit 02df876Copy full SHA for 02df876
1 file changed
pkgs/development/python-modules/pyenphase/default.nix
@@ -22,14 +22,14 @@
22
23
buildPythonPackage (finalAttrs: {
24
pname = "pyenphase";
25
- version = "2.4.3";
+ version = "2.4.5";
26
pyproject = true;
27
28
src = fetchFromGitHub {
29
owner = "pyenphase";
30
repo = "pyenphase";
31
tag = "v${finalAttrs.version}";
32
- hash = "sha256-JJtkfN3udslcNYMXGGRXjyPqP3hjix9bg7GcGNOoMbM=";
+ hash = "sha256-BMzYo6KrgJII/30TJndYRGOjRS2ufWJirQd5X8D0bbo=";
33
};
34
35
pythonRelaxDeps = [ "tenacity" ];
0 commit comments