Merge pull request #193001 from r-ryantm/auto-update/remarkable-mouse
remarkable-mouse: 7.0.3 -> 7.1.1
This commit is contained in:
commit
ef82bc56d2
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "remarkable-mouse";
|
pname = "remarkable-mouse";
|
||||||
version = "7.0.3";
|
version = "7.1.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-e6xJBZmWXAPOHNNUMOGLjbe3QmvW0SRwfMNJVZsM3gw=";
|
sha256 = "sha256-82P9tE3jiUlKBGZCiWDoL+9VJ06Bc+If+aMfcEEU90U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];
|
propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];
|
||||||
|
|
Loading…
Reference in a new issue