Skip to content

Commit 864a779

Browse files
authored
Merge pull request #283384 from r-ryantm/auto-update/python311Packages.pyenphase
python311Packages.pyenphase: 1.17.0 -> 1.18.0
2 parents 1546577 + 05457ee commit 864a779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "pyenphase";
21-
version = "1.17.0";
21+
version = "1.18.0";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "pyenphase";
2828
repo = "pyenphase";
2929
rev = "refs/tags/v${version}";
30-
hash = "sha256-GNyhUk2/CSSdigrAJ0T2F1+49PkyPxMaec3nO9/cmNo=";
30+
hash = "sha256-lnxHWEQ9nVWT7dK0Vz7cCN/ur9C/RfzJDh6AYpFHJds=";
3131
};
3232

3333
postPatch = ''

0 commit comments

Comments
 (0)