python311Packages.lxmf: 0.4.2 -> 0.4.3

Diff: https://github.com/markqvist/lxmf/compare/refs/tags/0.4.2...0.4.3

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.4.3
This commit is contained in:
Fabian Affolter 2024-03-28 09:59:57 +01:00
parent b653ee8871
commit 92fb7c5627

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.4.2";
version = "0.4.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-JDD1X0/5xuqGN/Qw67tTFqfoWUd7Ah80/mimK01tG6Y=";
hash = "sha256-8Usu2fecSnyVfGrEJED4qMBO5RwJjTq5c7svCTu445Q=";
};
nativeBuildInputs = [