lol
0
fork

Configure Feed

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

python38Packages.pymavlink: 2.4.16 -> 2.4.17

+2 -2
+2 -2
pkgs/development/python-modules/pymavlink/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pymavlink"; 5 - version = "2.4.16"; 5 + version = "2.4.17"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "99b77fdc1389dea7c9dbbfb70143fed707238e00c961ada73b79bcf15b21ca19"; 9 + sha256 = "84e2af4d8099afd37c5d887261a168e7bde4ec2354f12f65c72dad1a4cd8f21d"; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ future lxml ];