rshell: 0.0.14 -> 0.0.25

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rshell/versions
This commit is contained in:
R. RyanTM 2019-05-24 01:15:34 -07:00 committed by Mario Rodas
parent ad9f1beab2
commit c229c046b8
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

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 ];