python312Packages.pymavlink: 2.4.41 -> 2.4.42 (#351690)

This commit is contained in:
Pol Dellaiera 2024-10-29 22:25:59 +01:00 committed by GitHub
commit 5908775d06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "pymavlink";
version = "2.4.41";
version = "2.4.42";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-7TIlzphdBhA6qyUa/Ig9BKmKHW21xzmV595MqssfZs0=";
hash = "sha256-3+BECLV0JeJlOKa0vZd/dyObyM5hiGF0VnsaJD98PXY=";
};
propagatedBuildInputs = [