rshell: 0.0.30 -> 0.0.31

This commit is contained in:
R. Ryantm 2021-12-31 21:46:59 +00:00
parent 5c60dc1f26
commit 1cd5f2704d

View File

@ -2,11 +2,11 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "rshell"; pname = "rshell";
version = "0.0.30"; version = "0.0.31";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "d2002d40d735204037d6142a6c2d51beecc763c124faaf759cabf7acd945be95"; sha256 = "7942b758a9ae5c6ff46516b0317f437dfce9f0721f3a3b635ebd501c9cd38fb9";
}; };
propagatedBuildInputs = [ pyserial pyudev ]; propagatedBuildInputs = [ pyserial pyudev ];