python312Packages.pyenphase: 1.20.2 -> 1.20.3

Diff: https://github.com/pyenphase/pyenphase/compare/refs/tags/v1.20.2...v1.20.3

Changelog: https://github.com/pyenphase/pyenphase/blob/v1.20.3/CHANGELOG.md

Changed files
+2 -2
pkgs
development
python-modules
pyenphase
+2 -2
pkgs/development/python-modules/pyenphase/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "pyenphase"; 22 - version = "1.20.2"; 22 + version = "1.20.3"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.11"; ··· 28 28 owner = "pyenphase"; 29 29 repo = "pyenphase"; 30 30 rev = "refs/tags/v${version}"; 31 - hash = "sha256-sjZaLqTYoXJ1cpaSuyLNAsUrACOMVah7DKaKxGkG0zE="; 31 + hash = "sha256-4lMsyzw56gFimUs52mEzy5eKYF9s2ClNi3yfdIBbccY="; 32 32 }; 33 33 34 34 postPatch = ''