python312Packages.lxmf: 0.5.2 -> 0.5.3

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

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.5.3
This commit is contained in:
Fabian Affolter 2024-09-21 22:46:33 +02:00
parent 757af60317
commit f4eea40635

View File

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