rshell: 0.0.25 -> 0.0.26

This commit is contained in:
R. RyanTM 2020-01-30 08:53:22 +00:00
parent dce0ca29d9
commit 15945d835a

View File

@ -2,11 +2,11 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "rshell"; pname = "rshell";
version = "0.0.25"; version = "0.0.26";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "f6857cdc3c53c8ce9ba7a560c2759c10b988f3d9fafde912d3fa4deecb4d4664"; sha256 = "05nvfaykzwj1y86fcckrnvmrva7849lkbmpxsy2hb9akk0y7li6c";
}; };
propagatedBuildInputs = [ pyserial pyudev ]; propagatedBuildInputs = [ pyserial pyudev ];