python310Packages.meshtastic: 1.3.43 -> 1.3.44

This commit is contained in:
Fabian Affolter 2022-10-30 21:52:16 +01:00
parent 946ff82ce0
commit 2dea2607a9

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "meshtastic";
version = "1.3.43";
version = "1.3.44";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "meshtastic";
repo = "Meshtastic-python";
rev = "refs/tags/${version}";
hash = "sha256-Gy9fnYUbv5jR+YeFjbNGdng+loM/J71Yn9Y1mKERVUA=";
hash = "sha256-3OINNcdyZyhofGJDvAVyDLv/ylomM6LP4cEBkmeYwn4=";
};
propagatedBuildInputs = [