python312Packages.lxmf: 0.5.3 -> 0.5.4

Diff: https://github.com/markqvist/lxmf/compare/refs/tags/0.5.3...0.5.4

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.5.4
This commit is contained in:
Fabian Affolter 2024-10-02 08:39:08 +02:00
parent cb793d5383
commit 836d73489c

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.5.3";
version = "0.5.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-ccLWHjgxG/si08ie1F409FUmefuzVjNwcTt9Og4TU68=";
hash = "sha256-sFtfjDhG3dEMD49GxEVlYm338M3E4xoH5chIvlRVOQg=";
};
build-system = [ setuptools ];