mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
rshell: 0.0.25 -> 0.0.26
This commit is contained in:
parent
dce0ca29d9
commit
15945d835a
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user