nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pymavlink: 2.4.43 -> 2.4.49

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/pymavlink/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pymavlink"; 11 - version = "2.4.43"; 11 + version = "2.4.49"; 12 12 format = "setuptools"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-IcShujVcBXQtKvQVEFdtbgjboNd2AunqY1MxzQdV7nY="; 16 + hash = "sha256-188Q1VktA4oYqpcnERd+u4i+IUPvzCWN9jCwUT6dosI="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [