about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-12-21 10:30:08 +0100
committerGitHub <noreply@github.com>2023-12-21 10:30:08 +0100
commit4ed04b60df51cfbf26b3297e96cbd32580546cdc (patch)
tree1b0d39eb28e5a82844a8a5dd7df37d6ddcb43ad6
parent9a61df7cf90e58c03596af4615cfbcdf977986a3 (diff)
parentff4573ca2a3e2e09e7d49234200850aed6b05f8f (diff)
Merge pull request #275707 from r-ryantm/auto-update/python310Packages.meshtastic
python310Packages.meshtastic: 2.2.12 -> 2.2.16
-rw-r--r--pkgs/development/python-modules/meshtastic/default.nix4
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 8bfb65056f165..c8ec19468bc30 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.12";
+  version = "2.2.16";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
     owner = "meshtastic";
     repo = "Meshtastic-python";
     rev = "refs/tags/${version}";
-    hash = "sha256-W//mDKtTWjcKT43n82OU3h4yKrNZMAVzLzQCjsmkJP0=";
+    hash = "sha256-5JEMiSLLVv7p8H5R8BDE5IKGmBb2bSht+s4sCsxWyzU=";
   };
 
   propagatedBuildInputs = [