python3Packages.meshtastic: 2.3.4 -> 2.3.11

https://github.com/meshtastic/python/releases/tag/2.3.11
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:43 +02:00
parent c3cd26f483
commit 0e36283996
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "meshtastic";
version = "2.3.4";
version = "2.3.11";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "meshtastic";
repo = "Meshtastic-python";
rev = "refs/tags/${version}";
hash = "sha256-WxiddF1n9lyxKkZk1MU40NzLh6goLVs81mbJZ3F33R8=";
hash = "sha256-s56apVx7+EXkdw3FUjyGKGFjP+IVbO0/VDB4urXEtXQ=";
};
build-system = [ setuptools ];