python3Packages.lxmf: 0.9.6 -> 0.9.8

Diff: https://github.com/markqvist/lxmf/compare/0.9.6...0.9.8

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.9.8
This commit is contained in:
Fabian Affolter
2026-05-15 01:02:19 +02:00
parent b39adcfb14
commit 95adba845c
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "lxmf";
version = "0.9.6";
version = "0.9.8";
pyproject = true;
src = fetchFromGitHub {
owner = "markqvist";
repo = "lxmf";
tag = finalAttrs.version;
hash = "sha256-Q84v1CkyEYpW4QdtOD6zp7bn4UzMDeS9Q8fO91BnuPA=";
hash = "sha256-26T8f4WCf5q5/2RKA2Dh5xxqUOR3XXRFOzezCuDRA6c=";
};
build-system = [ setuptools ];