python311Packages.lxmf: 0.3.1 -> 0.3.2

Diff: https://github.com/markqvist/lxmf/compare/refs/tags/0.3.1...0.3.2

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.3.2
This commit is contained in:
Fabian Affolter 2023-08-15 13:31:23 +02:00
parent fcd76c3953
commit 1c7b51880b

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.3.1";
version = "0.3.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-uz3IUUL5rdYwUsBNdHB+K/ZaCCnUE5EThFConVl8YgM=";
hash = "sha256-6ZnYI6GlFkMjBLsZhhFg8G9j3I/DfjLAnKsRFEua7uU=";
};
propagatedBuildInputs = [