Loading pkgs/development/python-modules/pymicrobot/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pymicrobot"; version = "0.0.8"; version = "0.0.9"; format = "setuptools"; disabled = pythonOlder "3.9"; Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "PyMicroBot"; inherit version; hash = "sha256-I4EkiG39v0yJXOAR7lmaqedLf9zHQCcxLXQ0nTfYq70="; hash = "sha256-dhhRHXdck7hJGkXQpkiMulLsnMluZ5ADZ9L8cNm6dFs="; }; propagatedBuildInputs = [ Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/pymicrobot/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pymicrobot"; version = "0.0.8"; version = "0.0.9"; format = "setuptools"; disabled = pythonOlder "3.9"; Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "PyMicroBot"; inherit version; hash = "sha256-I4EkiG39v0yJXOAR7lmaqedLf9zHQCcxLXQ0nTfYq70="; hash = "sha256-dhhRHXdck7hJGkXQpkiMulLsnMluZ5ADZ9L8cNm6dFs="; }; propagatedBuildInputs = [ Loading @@ -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 ]; }; Loading