python310Packages.lxmf: 0.2.6 -> 0.2.7

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.2.7
This commit is contained in:
Fabian Affolter
2022-12-21 08:31:26 +01:00
parent dac3483c67
commit ae32f2d3ee
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.2.6";
version = "0.2.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-3kjg0Q7nXMSjBq2suPtIUvUEGCJr6pTo53ZbjMC5uZ0=";
hash = "sha256-D/hxL8iKaLCFUJU1QLvf5qRhp1vrvrZSrLp2v0oen18=";
};
propagatedBuildInputs = [