Unverified Commit 232e5267 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #217152 from fabaff/pymicrobot-bump

python310Packages.pymicrobot: 0.0.8 -> 0.0.9
parents f7e98223 fce337b3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "pymicrobot";
  version = "0.0.8";
  version = "0.0.9";
  format = "setuptools";

  disabled = pythonOlder "3.9";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "PyMicroBot";
    inherit version;
    hash = "sha256-I4EkiG39v0yJXOAR7lmaqedLf9zHQCcxLXQ0nTfYq70=";
    hash = "sha256-dhhRHXdck7hJGkXQpkiMulLsnMluZ5ADZ9L8cNm6dFs=";
  };

  propagatedBuildInputs = [
@@ -34,6 +34,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Library to communicate with MicroBot";
    homepage = "https://github.com/spycle/pyMicroBot/";
    changelog = "https://github.com/spycle/pyMicroBot/releases/tag/v${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };