python311Packages.meshtastic: 2.2.19 -> 2.2.20

This commit is contained in:
R. Ryantm
2024-02-01 19:57:37 +00:00
parent 9312d7840b
commit 8e7d0fec51
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "meshtastic";
version = "2.2.19";
version = "2.2.20";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "meshtastic";
repo = "Meshtastic-python";
rev = "refs/tags/${version}";
hash = "sha256-5VXvh0W3llSnpIalg1e+JyFgmlTV5J2x4VC/j2+9Xb8=";
hash = "sha256-0q8omX306iM3p52u39Dc7m6oxAPo9Fs6CEVicYdIMT4=";
};
nativeBuildInputs = [