python313Packages.lxmf: 0.6.1 -> 0.6.2

Diff: https://github.com/markqvist/lxmf/compare/refs/tags/0.6.1...0.6.2

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.6.2
This commit is contained in:
Fabian Affolter
2025-02-01 00:41:33 +01:00
parent b7210760d3
commit d3ceac29e9
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.6.1";
version = "0.6.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
tag = version;
hash = "sha256-9eq/VoIgHGYLERLqFHGLPmIyv28rD78eZnd6zVfWod8=";
hash = "sha256-QUWQlU2S1tBKXYOODXP7x8p8lIlWJVIvF0bRrEFYJMY=";
};
build-system = [ setuptools ];