We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5fc2d4 + 892c80b commit f560704Copy full SHA for f560704
pkgs/development/python-modules/meshtastic/default.nix
@@ -33,7 +33,7 @@
33
34
buildPythonPackage rec {
35
pname = "meshtastic";
36
- version = "2.5.1";
+ version = "2.5.2";
37
pyproject = true;
38
39
disabled = pythonOlder "3.7";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
42
owner = "meshtastic";
43
repo = "Meshtastic-python";
44
rev = "refs/tags/${version}";
45
- hash = "sha256-LyWb7BWwRi0Q/dOZkFu/FwOBIqR2mPr3c8/mpsqw/ec=";
+ hash = "sha256-k2i6oZudY59CmFt5qlWCCtZgywcbLHR9OUYIannSZ20=";
46
};
47
48
pythonRelaxDeps = [
0 commit comments