Skip to content

Commit 02df876

Browse files
authored
python313Packages.pyenphase: 2.4.3 -> 2.4.5 (#487467)
2 parents 3698579 + 7dd2100 commit 02df876

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/pyenphase/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222

2323
buildPythonPackage (finalAttrs: {
2424
pname = "pyenphase";
25-
version = "2.4.3";
25+
version = "2.4.5";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = "pyenphase";
3030
repo = "pyenphase";
3131
tag = "v${finalAttrs.version}";
32-
hash = "sha256-JJtkfN3udslcNYMXGGRXjyPqP3hjix9bg7GcGNOoMbM=";
32+
hash = "sha256-BMzYo6KrgJII/30TJndYRGOjRS2ufWJirQd5X8D0bbo=";
3333
};
3434

3535
pythonRelaxDeps = [ "tenacity" ];

0 commit comments

Comments
 (0)