remarkable-mouse: 7.0.2 -> 7.0.3

This commit is contained in:
R. Ryantm 2022-08-29 07:47:50 +00:00
parent cef50cde2b
commit 4d9dc37881

View file

@ -2,11 +2,11 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "remarkable-mouse"; pname = "remarkable-mouse";
version = "7.0.2"; version = "7.0.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-R/sQwVt+YHENkG9U2R205+YADovB8P58eMrUD/WnPic="; sha256 = "sha256-e6xJBZmWXAPOHNNUMOGLjbe3QmvW0SRwfMNJVZsM3gw=";
}; };
propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ]; propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];