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 81bd947 + b36b2b7 commit e84430cCopy full SHA for e84430c
pkgs/development/python-modules/meshtastic/default.nix
@@ -34,7 +34,7 @@
34
35
buildPythonPackage rec {
36
pname = "meshtastic";
37
- version = "2.6.0";
+ version = "2.6.1";
38
pyproject = true;
39
40
disabled = pythonOlder "3.9";
@@ -43,7 +43,7 @@ buildPythonPackage rec {
43
owner = "meshtastic";
44
repo = "python";
45
tag = version;
46
- hash = "sha256-JPQa5l+xIHjA6STLVg887drYG7wXKvGBArV6cOzYKvA=";
+ hash = "sha256-FcvshADZVXIqq9dfNIozzhWT9h+3/b9BIOsveETVO74=";
47
};
48
49
pythonRelaxDeps = [
0 commit comments