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 {
pname = "rshell";
version = "0.0.27";
version = "0.0.28";
src = fetchPypi {
inherit pname version;
sha256 = "15pm60jfmr5nms43nrh5jlpz4lxxfhaahznfcys6nc4g80r2fwr2";
sha256 = "1crnlv0khplpibl9mj3flrgp877pnr1xz6hnnsi6hk3kfbc6p3nj";
};
propagatedBuildInputs = [ pyserial pyudev ];