summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-10-30 23:39:01 +0100
committerGitHub <noreply@github.com>2022-10-30 23:39:01 +0100
commitaf2b8472fd3852ea408e07c22864cf10ff3df05e (patch)
tree3b3c8485bc08ab36268be25b7af8eee02b0f6923
parentf927ea49df04bf210fa342b24dc41fe8c84d9197 (diff)
parent2dea2607a96fa047859a06aed3e21e669a927c90 (diff)
downloadnixpkgs-af2b8472fd3852ea408e07c22864cf10ff3df05e.tar
nixpkgs-af2b8472fd3852ea408e07c22864cf10ff3df05e.tar.gz
nixpkgs-af2b8472fd3852ea408e07c22864cf10ff3df05e.tar.bz2
nixpkgs-af2b8472fd3852ea408e07c22864cf10ff3df05e.tar.lz
nixpkgs-af2b8472fd3852ea408e07c22864cf10ff3df05e.tar.xz
nixpkgs-af2b8472fd3852ea408e07c22864cf10ff3df05e.tar.zst
nixpkgs-af2b8472fd3852ea408e07c22864cf10ff3df05e.zip
Merge pull request #198713 from fabaff/meshtastic-bump
python310Packages.meshtastic: 1.3.43 -> 1.3.44
-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 0e6fe74bc72..e8a3864fa80 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.3.43";
+  version = "1.3.44";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "meshtastic";
     repo = "Meshtastic-python";
     rev = "refs/tags/${version}";
-    hash = "sha256-Gy9fnYUbv5jR+YeFjbNGdng+loM/J71Yn9Y1mKERVUA=";
+    hash = "sha256-3OINNcdyZyhofGJDvAVyDLv/ylomM6LP4cEBkmeYwn4=";
   };
 
   propagatedBuildInputs = [