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:
parent
ad9f1beab2
commit
c229c046b8
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "rshell";
|
pname = "rshell";
|
||||||
version = "0.0.14";
|
version = "0.0.25";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "12gh9l13lwnlp330jl3afy3wgfkpjvdxr43flrg9k9kyyhbr191g";
|
sha256 = "f6857cdc3c53c8ce9ba7a560c2759c10b988f3d9fafde912d3fa4deecb4d4664";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyserial pyudev ];
|
propagatedBuildInputs = [ pyserial pyudev ];
|
||||||
|
Loading…
Reference in New Issue
Block a user