Merge pull request #251193 from lopsided98/pymavlink-update

mavproxy, python3Packages.pymavlink: update
This commit is contained in:
OTABI Tomoya 2023-08-28 14:29:03 +09:00 committed by GitHub
commit 00a6142d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -4,11 +4,11 @@
buildPythonApplication rec {
pname = "MAVProxy";
version = "1.8.62";
version = "1.8.66";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-XypOQNETmxg9DYcuCGkXH9/LwCq+pR23KbNfP0mfs3I=";
hash = "sha256-tIwXiDHEmFHF5Jdv25hPkzEqAdig+i5h4fW6SGIrZDM=";
};
postPatch = ''

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pymavlink";
version = "2.4.39";
version = "2.4.40";
src = fetchPypi {
inherit pname version;
hash = "sha256-rS1EZGGAcWEi7MK565oii+KUaqACruLrWXNcB/aXPek=";
hash = "sha256-PWpVKtNEof/54MgRNhrJ2LuCAc9qrK1yJNUW+gN8yzA=";
};
propagatedBuildInputs = [ future lxml ];