rshell: 0.0.27 -> 0.0.28

This commit is contained in:
R. RyanTM 2020-05-20 00:27:42 +00:00
parent 567f0a3df1
commit 1b6e960755

View File

@ -2,11 +2,11 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "rshell"; pname = "rshell";
version = "0.0.27"; version = "0.0.28";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "15pm60jfmr5nms43nrh5jlpz4lxxfhaahznfcys6nc4g80r2fwr2"; sha256 = "1crnlv0khplpibl9mj3flrgp877pnr1xz6hnnsi6hk3kfbc6p3nj";
}; };
propagatedBuildInputs = [ pyserial pyudev ]; propagatedBuildInputs = [ pyserial pyudev ];