Merge pull request #105435 from r-ryantm/auto-update/python3.7-pymavlink

python37Packages.pymavlink: 2.4.12 -> 2.4.13
This commit is contained in:
Sandro 2020-11-30 14:35:58 +01:00 committed by GitHub
commit 54756aea97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pymavlink";
version = "2.4.12";
version = "2.4.13";
src = fetchPypi {
inherit pname version;
sha256 = "2954bb071ff67fc5ab29ed2dabe3b5355c4063fb8b014477d9bfbceb87358bc6";
sha256 = "c09e285d049590fd76ef72bc19b4597bef80712e942b3a507ef1521b432d84cd";
};
propagatedBuildInputs = [ future lxml ];