tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.meshtastic: 2.7.2 -> 2.7.3
R. Ryantm
6 months ago
0845d8c5
2cd3cac1
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
meshtastic
default.nix
+2
-2
pkgs/development/python-modules/meshtastic/default.nix
reviewed
···
34
34
35
35
buildPythonPackage rec {
36
36
pname = "meshtastic";
37
37
-
version = "2.7.2";
37
37
+
version = "2.7.3";
38
38
pyproject = true;
39
39
40
40
disabled = pythonOlder "3.9";
···
43
43
owner = "meshtastic";
44
44
repo = "python";
45
45
tag = version;
46
46
-
hash = "sha256-8dNapcj4SW4fgbW48IxxrawyCuOayI/dxmVHQPshDp0=";
46
46
+
hash = "sha256-9p9tDc74WpH0+8orI69bW2Yj7Cow4v7M3cotIbk/mcw=";
47
47
};
48
48
49
49
pythonRelaxDeps = [