python313Packages.lxmf: 0.8.0 -> 0.9.1

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.9.1
This commit is contained in:
Fabian Affolter
2025-11-05 21:03:45 +01:00
parent c4dbc1bc6b
commit e0ca380001
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.8.0";
version = "0.9.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
tag = version;
hash = "sha256-toxie5QdrgwyvC9v0G7mvGS6/ZEqA5gpRtEeaHgspD0=";
hash = "sha256-5sY6Sf4oRwSXQR0YAfqeSmW1aASTT2iZLd5+BFx+5Mw=";
};
build-system = [ setuptools ];