python3Packages.meshtastic: 1.2.50 -> 1.2.51

This commit is contained in:
Fabian Affolter 2022-01-02 22:29:49 +01:00
parent 393640ad66
commit 0f36be5918

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "meshtastic";
version = "1.2.50";
version = "1.2.51";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "meshtastic";
repo = "Meshtastic-python";
rev = version;
sha256 = "sha256-8Kq67FY8v4YU5hwZo+kEG2TLjI4MmvNRFTUY2C3mTEg=";
sha256 = "sha256-CMoa7FQnGTWS14WmWvuryO2bKMWC05PBIDBlEWRjNRA=";
};
propagatedBuildInputs = [