Merge pull request #188782 from r-ryantm/auto-update/remarkable-mouse

remarkable-mouse: 7.0.2 -> 7.0.3
This commit is contained in:
Jonas Heinrich 2022-08-30 09:38:43 +02:00 committed by GitHub
commit 7bbfc4dbf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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