lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.pyenphase: 1.26.0 -> 1.26.1

Diff: https://github.com/pyenphase/pyenphase/compare/refs/tags/v1.26.0...refs/tags/v1.26.1

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

+2 -2
+2 -2
pkgs/development/python-modules/pyenphase/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "pyenphase"; 23 - version = "1.26.0"; 23 + version = "1.26.1"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.11"; ··· 29 29 owner = "pyenphase"; 30 30 repo = "pyenphase"; 31 31 tag = "v${version}"; 32 - hash = "sha256-Qr+F19J1JYazofriDWODDbDEYlUZAKv/4TVwoIRj5Rg="; 32 + hash = "sha256-EKelQNHDaWSBrr19a8kYRI/wOYcRS9umJIo4oW9aU6k="; 33 33 }; 34 34 35 35 pythonRelaxDeps = [ "tenacity" ];