Merge pull request #217152 from fabaff/pymicrobot-bump
python310Packages.pymicrobot: 0.0.8 -> 0.0.9
This commit is contained in:
commit
232e5267c9
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pymicrobot";
|
pname = "pymicrobot";
|
||||||
version = "0.0.8";
|
version = "0.0.9";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "PyMicroBot";
|
pname = "PyMicroBot";
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-I4EkiG39v0yJXOAR7lmaqedLf9zHQCcxLXQ0nTfYq70=";
|
hash = "sha256-dhhRHXdck7hJGkXQpkiMulLsnMluZ5ADZ9L8cNm6dFs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -34,6 +34,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Library to communicate with MicroBot";
|
description = "Library to communicate with MicroBot";
|
||||||
homepage = "https://github.com/spycle/pyMicroBot/";
|
homepage = "https://github.com/spycle/pyMicroBot/";
|
||||||
|
changelog = "https://github.com/spycle/pyMicroBot/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user