Merge pull request #285621 from r-ryantm/auto-update/python311Packages.meshtastic

python311Packages.meshtastic: 2.2.19 -> 2.2.20
This commit is contained in:
Fabian Affolter
2024-02-02 09:02:49 +01:00
committed by GitHub
@@ -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 = [