nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python311Packages.pyenphase: 1.11.0 -> 1.11.4

Diff: https://github.com/pyenphase/pyenphase/compare/refs/tags/v1.11.0...v1.11.4

Changelog: https://github.com/pyenphase/pyenphase/blob/1.11.4/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/pyenphase/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "pyenphase"; 21 - version = "1.11.0"; 21 + version = "1.11.4"; 22 22 format = "pyproject"; 23 23 24 24 disabled = pythonOlder "3.11"; ··· 27 27 owner = "pyenphase"; 28 28 repo = "pyenphase"; 29 29 rev = "refs/tags/v${version}"; 30 - hash = "sha256-b2rT7H9FmeM5RD1TZhXqyqgvBdTWwZHg7Hui5OpXAX8="; 30 + hash = "sha256-ZFK7Pyn8YsxdxPICtDXx2L+3t/xG3x2HC+F0plDbvHk="; 31 31 }; 32 32 33 33 postPatch = ''