mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
remarkable-mouse: 7.0.1 -> 7.0.2
This commit is contained in:
parent
58e64b1a9f
commit
245cbd783a
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "remarkable-mouse";
|
pname = "remarkable-mouse";
|
||||||
version = "7.0.1";
|
version = "7.0.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-kpKA3vrQo45Y6Qy6mcjJxJY3dpXV0ckNIfKdDVS5qhM=";
|
sha256 = "sha256-R/sQwVt+YHENkG9U2R205+YADovB8P58eMrUD/WnPic=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];
|
propagatedBuildInputs = with python3Packages; [ screeninfo paramiko pynput libevdev ];
|
||||||
|
Loading…
Reference in New Issue
Block a user