Merge pull request #88219 from r-ryantm/auto-update/rshell

rshell: 0.0.27 -> 0.0.28
This commit is contained in:
Mario Rodas 2020-05-23 00:41:24 -05:00 committed by GitHub
commit e6e3ffedc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];