Merge pull request #255660 from fabaff/meshtastic-bump

python311Packages.meshtastic: 2.2.2 -> 2.2.5
This commit is contained in:
Nick Cao 2023-09-17 10:14:11 -04:00 committed by GitHub
commit c6782fec4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "meshtastic";
version = "2.2.2";
version = "2.2.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "meshtastic";
repo = "Meshtastic-python";
rev = "refs/tags/${version}";
hash = "sha256-7mQq0phe920t7aJxvP0cCpVNH9s7F+x1fBdzAVUgtKE=";
hash = "sha256-qRSJN1tWMECQU/jbC2UzhEZAVQwvm7hTIr3cqvFO4TM=";
};
propagatedBuildInputs = [