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

remarkable-mouse: 7.0.1 -> 7.0.2
This commit is contained in:
Lassulus 2022-07-03 18:13:01 +02:00 committed by GitHub
commit 34c1276fb2
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.1";
version = "7.0.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-kpKA3vrQo45Y6Qy6mcjJxJY3dpXV0ckNIfKdDVS5qhM=";
sha256 = "sha256-R/sQwVt+YHENkG9U2R205+YADovB8P58eMrUD/WnPic=";
};
propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];