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

rshell: 0.0.25 -> 0.0.26
This commit is contained in:
Mario Rodas 2020-02-01 04:16:27 -05:00 committed by GitHub
commit ea193e0555
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.25";
version = "0.0.26";
src = fetchPypi {
inherit pname version;
sha256 = "f6857cdc3c53c8ce9ba7a560c2759c10b988f3d9fafde912d3fa4deecb4d4664";
sha256 = "05nvfaykzwj1y86fcckrnvmrva7849lkbmpxsy2hb9akk0y7li6c";
};
propagatedBuildInputs = [ pyserial pyudev ];