From 88e8db6118a9e5f65e04578c0062209117779e15 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 3 Nov 2025 22:35:22 +0100 Subject: [PATCH] Updated required LXMF to 0.9.1 --- sbapp/Makefile | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sbapp/Makefile b/sbapp/Makefile index 18f4c82..5508d19 100644 --- a/sbapp/Makefile +++ b/sbapp/Makefile @@ -66,8 +66,8 @@ fetchshare: -(rm ./share/mirrors/* -r) cp ../../dist_archive/rns-1.0.1-py3-none-any.whl ./share/pkg/ cp ../../dist_archive/rnspure-1.0.1-py3-none-any.whl ./share/pkg/ - cp ../../dist_archive/lxmf-0.9.0-py3-none-any.whl ./share/pkg/ - cp ../../dist_archive/nomadnet-0.9.0-py3-none-any.whl ./share/pkg/ + cp ../../dist_archive/lxmf-0.9.1-py3-none-any.whl ./share/pkg/ + cp ../../dist_archive/nomadnet-0.9.1-py3-none-any.whl ./share/pkg/ cp ../../dist_archive/rnsh-0.1.7-py3-none-any.whl ./share/pkg/ cp ../../dist_archive/RNode_Firmware_*_Source.zip ./share/pkg/ zip --junk-paths ./share/pkg/example_plugins.zip ../docs/example_plugins/*.py diff --git a/setup.py b/setup.py index bc5700e..0147dfe 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ setuptools.setup( }, install_requires=[ "rns>=1.0.1", - "lxmf>=0.9.0", + "lxmf>=0.9.1", "kivy>=2.3.0", "pillow>=10.2.0", "qrcode",