Merge pull request #115559 from r-ryantm/auto-update/rshell
rshell: 0.0.28 -> 0.0.30
This commit is contained in:
commit
4abe80b5bf
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "rshell";
|
pname = "rshell";
|
||||||
version = "0.0.28";
|
version = "0.0.30";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1crnlv0khplpibl9mj3flrgp877pnr1xz6hnnsi6hk3kfbc6p3nj";
|
sha256 = "d2002d40d735204037d6142a6c2d51beecc763c124faaf759cabf7acd945be95";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyserial pyudev ];
|
propagatedBuildInputs = [ pyserial pyudev ];
|
||||||
|
Loading…
Reference in New Issue
Block a user