rshell: 0.0.26 -> 0.0.27

This commit is contained in:
R. RyanTM 2020-03-31 05:03:04 +00:00 committed by Jon
parent 589fa50df7
commit b64ce81b87

View File

@ -2,17 +2,17 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "rshell"; pname = "rshell";
version = "0.0.26"; version = "0.0.27";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "05nvfaykzwj1y86fcckrnvmrva7849lkbmpxsy2hb9akk0y7li6c"; sha256 = "15pm60jfmr5nms43nrh5jlpz4lxxfhaahznfcys6nc4g80r2fwr2";
}; };
propagatedBuildInputs = [ pyserial pyudev ]; propagatedBuildInputs = [ pyserial pyudev ];
meta = with lib; { meta = with lib; {
homepage = https://github.com/dhylands/rshell; homepage = "https://github.com/dhylands/rshell";
description = "Remote Shell for MicroPython"; description = "Remote Shell for MicroPython";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ c0deaddict ]; maintainers = with maintainers; [ c0deaddict ];