Merge pull request #198713 from fabaff/meshtastic-bump

python310Packages.meshtastic: 1.3.43 -> 1.3.44
This commit is contained in:
Fabian Affolter 2022-10-30 23:39:01 +01:00 committed by GitHub
commit af2b8472fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [