python3Packages.cflib: 0.1.28 -> 0.1.31
https://github.com/bitcraze/crazyflie-lib-python/releases/tag/0.1.31 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cflib";
|
||||
version = "0.1.28";
|
||||
version = "0.1.31";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bitcraze";
|
||||
repo = "crazyflie-lib-python";
|
||||
tag = version;
|
||||
hash = "sha256-vGqwQVD80NcFJosVAmqj66uxYNoVtAqzVhVQiuWP5yM=";
|
||||
hash = "sha256-PYAkN52dx1qeRKoe5FwpKj1A4oJNYb7Dx8vko9Pwspw=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
@@ -85,7 +85,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python library for the Crazyflie quadcopter by Bitcraze";
|
||||
homepage = "https://github.com/bitcraze/crazyflie-lib-python";
|
||||
changelog = "https://github.com/bitcraze/crazyflie-lib-python/releases/tag/${version}";
|
||||
changelog = "https://github.com/bitcraze/crazyflie-lib-python/releases/tag/${src.tag}";
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = [ lib.maintainers.brianmcgillion ];
|
||||
platforms = lib.platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user