python3Packages.lxmf: 0.7.1 -> 0.8.0 (#427947)

authored by

Nick Cao and committed by
GitHub
944bc844 fec69fc8

+1 -1
+1 -1
pkgs/development/python-modules/lxmf/default.nix
··· 33 33 meta = with lib; { 34 34 description = "Lightweight Extensible Message Format for Reticulum"; 35 35 homepage = "https://github.com/markqvist/lxmf"; 36 - changelog = "https://github.com/markqvist/LXMF/releases/tag/${version}"; 36 + changelog = "https://github.com/markqvist/LXMF/releases/tag/${src.tag}"; 37 37 # Reticulum License 38 38 # https://github.com/markqvist/LXMF/blob/master/LICENSE 39 39 license = licenses.unfree;