python311Packages.lxmf: 0.3.6 -> 0.3.7

Diff: https://github.com/markqvist/lxmf/compare/refs/tags/0.3.6...0.3.7

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.3.7
This commit is contained in:
Fabian Affolter 2023-11-01 06:38:51 +01:00
parent c683433552
commit 559406e804

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.3.6";
version = "0.3.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-s5+hfn/NfuL7B5c1LElZ10B+O5xr98D0eBYfLhPt6uU=";
hash = "sha256-iiGxAIHZcq3VaSSmGrB16IutJf8JEAeFkvZsEuIbR3g=";
};
propagatedBuildInputs = [