python3Packages.lxmf: 1.0.0 -> 1.0.1 (#527400)

This commit is contained in:
Pol Dellaiera
2026-06-03 04:33:14 +00:00
committed by GitHub
2 changed files with 8 additions and 5 deletions
@@ -4,11 +4,12 @@
fetchFromGitHub,
rns,
setuptools,
versionCheckHook,
}:
buildPythonPackage (finalAttrs: {
pname = "lxmf";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
__structuredAttrs = true;
@@ -16,18 +17,19 @@ buildPythonPackage (finalAttrs: {
owner = "markqvist";
repo = "lxmf";
tag = finalAttrs.version;
hash = "sha256-ohbZSpjIyCiiwXUjvr0UBXKN4OScdTzxx5QimPWnCAI=";
hash = "sha256-Lx7eG7idbqjJrOE15/OJ8kh++4STQHxNVMTRVXdAEYE=";
};
build-system = [ setuptools ];
pythonRelaxDeps = [ "rns" ];
dependencies = [ rns ];
# Module has no tests
doCheck = false;
pythonImportsCheck = [ "LXMF" ];
nativeCheckInputs = [ versionCheckHook ];
meta = {
description = "Lightweight Extensible Message Format for Reticulum";
homepage = "https://github.com/markqvist/lxmf";
@@ -16,6 +16,7 @@ buildPythonPackage (finalAttrs: {
pname = "rns";
version = "1.3.4";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "markqvist";