python3Packages.lxmf: 0.9.4 -> 0.9.6

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.9.6
This commit is contained in:
Fabian Affolter
2026-04-27 14:28:17 +02:00
parent 061ccd6ffc
commit 12a2c6d261
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "lxmf";
version = "0.9.4";
version = "0.9.6";
pyproject = true;
src = fetchFromGitHub {
owner = "markqvist";
repo = "lxmf";
tag = finalAttrs.version;
hash = "sha256-WeEGwdbW2hmN7sdMl8tR5pmaXGqRb6y5Zb536ty3eiY=";
hash = "sha256-Q84v1CkyEYpW4QdtOD6zp7bn4UzMDeS9Q8fO91BnuPA=";
};
build-system = [ setuptools ];