3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.meshtastic: 2.0.4 -> 2.0.5

This commit is contained in:
R. Ryantm 2022-11-30 17:40:24 +00:00
parent 5b6e95b131
commit 7690adfd16

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "meshtastic";
version = "2.0.4";
version = "2.0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "meshtastic";
repo = "Meshtastic-python";
rev = "refs/tags/${version}";
hash = "sha256-WPmoK/5pTVv9ueRnR6Gxtj86LM8ChB0dMfEvo+lLmy0=";
hash = "sha256-wzDi4C/XUykoTxgoDneQzWplTlo0bGUODM38Eza4fUY=";
};
propagatedBuildInputs = [