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

python312Packages.pyenphase: 1.25.5 -> 1.26.0 (#402216)

authored by

OTABI Tomoya and committed by
GitHub
2a4d0ed5 418d7ebd

+3 -3
+3 -3
pkgs/development/python-modules/pyenphase/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "pyenphase"; 23 - version = "1.25.5"; 23 + version = "1.26.0"; 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-prYrs8JPw6KXqS981GvaXYIdo5+khf+vnxH60kKGvKE="; 32 + hash = "sha256-Qr+F19J1JYazofriDWODDbDEYlUZAKv/4TVwoIRj5Rg="; 33 33 }; 34 34 35 35 pythonRelaxDeps = [ "tenacity" ]; ··· 64 64 meta = with lib; { 65 65 description = "Library to control enphase envoy"; 66 66 homepage = "https://github.com/pyenphase/pyenphase"; 67 - changelog = "https://github.com/pyenphase/pyenphase/blob/v${version}/CHANGELOG.md"; 67 + changelog = "https://github.com/pyenphase/pyenphase/blob/${src.tag}/CHANGELOG.md"; 68 68 license = licenses.mit; 69 69 maintainers = with maintainers; [ fab ]; 70 70 };