python3Packages.lxmf: 0.7.1 -> 0.8.0

R. Ryantm b7bc3926 2e19e30b

Changed files
+3 -3
pkgs
development
python-modules
+3 -3
pkgs/development/python-modules/lxmf/default.nix
···
buildPythonPackage rec {
pname = "lxmf";
-
version = "0.7.1";
+
version = "0.8.0";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "markqvist";
repo = "lxmf";
tag = version;
-
hash = "sha256-BSQhhjiZcu9xctEXKQ2Dr4GQNkX7DUIpsncG8zUO74Y=";
+
hash = "sha256-toxie5QdrgwyvC9v0G7mvGS6/ZEqA5gpRtEeaHgspD0=";
};
build-system = [ setuptools ];
···
meta = with lib; {
description = "Lightweight Extensible Message Format for Reticulum";
homepage = "https://github.com/markqvist/lxmf";
-
changelog = "https://github.com/markqvist/LXMF/releases/tag/${version}";
+
changelog = "https://github.com/markqvist/LXMF/releases/tag/${src.tag}";
# Reticulum License
# https://github.com/markqvist/LXMF/blob/master/LICENSE
license = licenses.unfree;