Skip to content

Commit f560704

Browse files
authored
python312Packages.meshtastic: 2.5.1 -> 2.5.2 (#348458)
2 parents a5fc2d4 + 892c80b commit f560704

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
@@ -33,7 +33,7 @@
3333

3434
buildPythonPackage rec {
3535
pname = "meshtastic";
36-
version = "2.5.1";
36+
version = "2.5.2";
3737
pyproject = true;
3838

3939
disabled = pythonOlder "3.7";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
4242
owner = "meshtastic";
4343
repo = "Meshtastic-python";
4444
rev = "refs/tags/${version}";
45-
hash = "sha256-LyWb7BWwRi0Q/dOZkFu/FwOBIqR2mPr3c8/mpsqw/ec=";
45+
hash = "sha256-k2i6oZudY59CmFt5qlWCCtZgywcbLHR9OUYIannSZ20=";
4646
};
4747

4848
pythonRelaxDeps = [

0 commit comments

Comments
 (0)