python3Packages.meshtastic: 1.2.48 -> 1.2.50

This commit is contained in:
Fabian Affolter 2022-01-02 00:19:24 +01:00
parent c811f0395a
commit 89f7261c23

View file

@ -12,12 +12,13 @@
, pythonOlder
, pyyaml
, tabulate
, pytap2
, timeago
}:
buildPythonPackage rec {
pname = "meshtastic";
version = "1.2.48";
version = "1.2.50";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -26,7 +27,7 @@ buildPythonPackage rec {
owner = "meshtastic";
repo = "Meshtastic-python";
rev = version;
sha256 = "sha256-hf+9WmYLRN53cSipNRA+mRYzSLu6NAO6HSQ3NOeCPM8=";
sha256 = "sha256-8Kq67FY8v4YU5hwZo+kEG2TLjI4MmvNRFTUY2C3mTEg=";
};
propagatedBuildInputs = [
@ -43,6 +44,7 @@ buildPythonPackage rec {
];
checkInputs = [
pytap2
pytestCheckHook
];