summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-01-27 13:20:15 +0100
committerGitHub <noreply@github.com>2022-01-27 13:20:15 +0100
commit01266d1b17e7f785160f76926214e43027c0c264 (patch)
tree9a1113a10dd8ca31a59dab866fd11f040f17352c /pkgs/development/python-modules
parent5a52b55c08e48cce50d74bec82800eb9fdfbc5cd (diff)
parent48413496365c58c9d3d1097b354e9ee5e57900d5 (diff)
downloadnixpkgs-01266d1b17e7f785160f76926214e43027c0c264.tar
nixpkgs-01266d1b17e7f785160f76926214e43027c0c264.tar.gz
nixpkgs-01266d1b17e7f785160f76926214e43027c0c264.tar.bz2
nixpkgs-01266d1b17e7f785160f76926214e43027c0c264.tar.lz
nixpkgs-01266d1b17e7f785160f76926214e43027c0c264.tar.xz
nixpkgs-01266d1b17e7f785160f76926214e43027c0c264.tar.zst
nixpkgs-01266d1b17e7f785160f76926214e43027c0c264.zip
Merge pull request #156983 from fabaff/bump-meshtastic
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 = [