summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-01-27 11:12:07 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-01-27 11:12:07 +0100
commit48413496365c58c9d3d1097b354e9ee5e57900d5 (patch)
tree471b2cdf1bb3b9ada9c8093393bec5312b58eb1b /pkgs/development/python-modules
parent26d8898eaa55e1bbac650eff5f9dca738de90dea (diff)
downloadnixpkgs-48413496365c58c9d3d1097b354e9ee5e57900d5.tar
nixpkgs-48413496365c58c9d3d1097b354e9ee5e57900d5.tar.gz
nixpkgs-48413496365c58c9d3d1097b354e9ee5e57900d5.tar.bz2
nixpkgs-48413496365c58c9d3d1097b354e9ee5e57900d5.tar.lz
nixpkgs-48413496365c58c9d3d1097b354e9ee5e57900d5.tar.xz
nixpkgs-48413496365c58c9d3d1097b354e9ee5e57900d5.tar.zst
nixpkgs-48413496365c58c9d3d1097b354e9ee5e57900d5.zip
python3Packages.meshtastic: 1.2.75 -> 1.2.76
Diffstat (limited to 'pkgs/development/python-modules')
-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 9ddabb97ec8..9193d059069 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.75";
+  version = "1.2.76";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
     owner = "meshtastic";
     repo = "Meshtastic-python";
     rev = version;
-    sha256 = "sha256-VIeW7RloEIBU7YNG7f2e8PdFR+FauIwKLkd7v4qRCOA=";
+    sha256 = "sha256-LQo7TwD91o9j/fJ5BTNV7WoCDFXnJVy1PDObH5FiNtk=";
   };
 
   propagatedBuildInputs = [