Skip to content

Commit b36b2b7

Browse files
committed
1 parent 5ec2ac8 commit b36b2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/meshtastic/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
buildPythonPackage rec {
3636
pname = "meshtastic";
37-
version = "2.6.0";
37+
version = "2.6.1";
3838
pyproject = true;
3939

4040
disabled = pythonOlder "3.9";
@@ -43,7 +43,7 @@ buildPythonPackage rec {
4343
owner = "meshtastic";
4444
repo = "python";
4545
tag = version;
46-
hash = "sha256-JPQa5l+xIHjA6STLVg887drYG7wXKvGBArV6cOzYKvA=";
46+
hash = "sha256-FcvshADZVXIqq9dfNIozzhWT9h+3/b9BIOsveETVO74=";
4747
};
4848

4949
pythonRelaxDeps = [

0 commit comments

Comments
 (0)