python311Packages.lxmf: 0.3.9 -> 0.4.0

Diff: https://github.com/markqvist/lxmf/compare/refs/tags/0.3.9...0.4.0

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.4.0
This commit is contained in:
Fabian Affolter 2024-03-02 10:03:57 +01:00
parent 7e1f7217d5
commit 95cf09f961

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.3.9";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-nZDcSVHR8IKlGBa5ljd3MmgzUPvG7Hv76WRfXxMsndY=";
hash = "sha256-d0D12nnvLzrWoYTAF+kLMciDNkBtaRHwUAR9jrNsx1k=";
};
nativeBuildInputs = [