about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-02-18 23:43:29 +0100
committerGitHub <noreply@github.com>2022-02-18 23:43:29 +0100
commit69d14c64ddba3a083e493c6dde8de8ca2e7e1a50 (patch)
tree0f3ce7ef36292a5e007cebb6689a0901414ed821 /pkgs
parent782f97214b87eb21fcd1dbbb22124557f2701623 (diff)
parent6b7112f8114a1fed6d70898f4e0fdbab6283df43 (diff)
Merge pull request #160762 from fabaff/bump-meshtastic
python3Packages.meshtastic: 1.2.84 -> 1.2.85
Diffstat (limited to 'pkgs')
-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 ec998b2f4d174..0af337bc13ff9 100644
--- a/pkgs/development/python-modules/meshtastic/default.nix
+++ b/pkgs/development/python-modules/meshtastic/default.nix
@@ -18,7 +18,7 @@
 
 buildPythonPackage rec {
   pname = "meshtastic";
-  version = "1.2.84";
+  version = "1.2.85";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "meshtastic";
     repo = "Meshtastic-python";
     rev = version;
-    sha256 = "sha256-0ItNYdbGnIzgIh23Qtg9zQ5lm7zhY3qz+5s4MCfXN0E=";
+    sha256 = "sha256-DFRnyWBQ3/g5NwZH5hoVYJfj3gN/UP57JvNSnNaqws4=";
   };
 
   propagatedBuildInputs = [