diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-09-30 19:13:39 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-09-30 19:13:39 +0200 |
| commit | 21f14beca63cb7225d045b347225f4e7df168c5b (patch) | |
| tree | a75253dc7b91b0a315d3413780e79894b61b64ba | |
| parent | Merge pull request #258023 from mbalatsko/init-aioprometheus (diff) | |
| download | nixpkgs-21f14beca63cb7225d045b347225f4e7df168c5b.tar.gz | |
python311Packages.meshtastic: 2.2.7 -> 2.2.8
Diff: https://github.com/meshtastic/Meshtastic-python/compare/refs/tags/2.2.7...2.2.8
Changelog: https://github.com/meshtastic/python/releases/tag/2.2.8
| -rw-r--r-- | pkgs/development/python-modules/meshtastic/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/meshtastic/default.nix b/pkgs/development/python-modules/meshtastic/default.nix index 36dfaad8ab55..984f4e0329fd 100644 --- a/pkgs/development/python-modules/meshtastic/default.nix +++ b/pkgs/development/python-modules/meshtastic/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "meshtastic"; - version = "2.2.7"; + version = "2.2.8"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "meshtastic"; repo = "Meshtastic-python"; rev = "refs/tags/${version}"; - hash = "sha256-1XbD//nuTJkw5YefUURfMXjvjoZheadRcNI+SSIQ1LU="; + hash = "sha256-2VkxKeoRgBCmA59XZT8wlrzvnJ6k2Q2ZLM72TB1atEw="; }; propagatedBuildInputs = [ |
