Merge pull request #299701 from fabaff/lxmf-bump

python311Packages.lxmf: 0.4.2 -> 0.4.3
This commit is contained in:
Fabian Affolter 2024-03-28 12:14:33 +01:00 committed by GitHub
commit 8c4dc8e69f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "lxmf";
version = "0.4.2";
version = "0.4.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,14 +17,14 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "lxmf";
rev = "refs/tags/${version}";
hash = "sha256-JDD1X0/5xuqGN/Qw67tTFqfoWUd7Ah80/mimK01tG6Y=";
hash = "sha256-8Usu2fecSnyVfGrEJED4qMBO5RwJjTq5c7svCTu445Q=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
rns
];
@ -37,10 +37,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Lightweight Extensible Message Format for Reticulum";
mainProgram = "lxmd";
homepage = "https://github.com/markqvist/lxmf";
changelog = "https://github.com/markqvist/LXMF/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "lxmd";
};
}