python312Packages.lxmf: 0.5.0 -> 0.5.1

Diff: https://github.com/markqvist/lxmf/compare/refs/tags/0.5.0...0.5.1

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.5.1
This commit is contained in:
Fabian Affolter
2024-09-12 08:49:28 +02:00
parent e5330a9a58
commit bdd95a1bfa
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-X5QBWcmBq6RVDVGWop4nrlWXnui6asdvSdabT5YN3Ck=";
hash = "sha256-RYPWdFDZvvLJVCSQPXdJw0xMrUN3Kr8QRWTYZfBB9og=";
};
build-system = [ setuptools ];