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

rshell: 0.0.14 -> 0.0.25
This commit is contained in:
Mario Rodas 2019-05-24 05:55:15 -05:00 committed by GitHub
commit d2dbb4f031
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.14";
version = "0.0.25";
src = fetchPypi {
inherit pname version;
sha256 = "12gh9l13lwnlp330jl3afy3wgfkpjvdxr43flrg9k9kyyhbr191g";
sha256 = "f6857cdc3c53c8ce9ba7a560c2759c10b988f3d9fafde912d3fa4deecb4d4664";
};
propagatedBuildInputs = [ pyserial pyudev ];