remarkable-mouse: 6.0.0 -> 7.0.0

This commit is contained in:
R. Ryantm 2021-12-16 14:45:06 +00:00
parent 66246ca356
commit ca72349681

View file

@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "remarkable-mouse";
version = "6.0.0";
version = "7.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "46eff5d6a07ca60ed652d09eeee9b4c4566da422be4a3dfa2fcd452a3df65ac1";
sha256 = "0c67cd1ef4c46290cb74731c163c3fefc35590cd24749ec354af23012984d99e";
};
propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];