python310Packages.lxmf: 0.2.7 -> 0.2.8

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.2.8
This commit is contained in:
Fabian Affolter 2022-12-24 09:46:33 +01:00
parent f5566a09c5
commit 4521377d2f

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.2.7";
version = "0.2.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-D/hxL8iKaLCFUJU1QLvf5qRhp1vrvrZSrLp2v0oen18=";
hash = "sha256-JSr9qLyRg0pMZHuvfo/ZO9/Hwl7ZHTrMGkrcejVRweY=";
};
propagatedBuildInputs = [