remarkable-mouse: 7.1.1 -> unstable-2024-02-23 (#432908)

This commit is contained in:
Sandro
2026-04-12 21:49:57 +00:00
committed by GitHub
@@ -1,28 +1,35 @@
{
lib,
buildPythonApplication,
fetchPypi,
fetchFromGitHub,
libevdev,
paramiko,
pynput,
setuptools,
screeninfo,
tkinter,
}:
buildPythonApplication rec {
buildPythonApplication {
pname = "remarkable-mouse";
version = "7.1.1";
format = "setuptools";
version = "unstable-2024-02-23";
src = fetchPypi {
inherit pname version;
hash = "sha256-82P9tE3jiUlKBGZCiWDoL+9VJ06Bc+If+aMfcEEU90U=";
src = fetchFromGitHub {
owner = "Evidlo";
repo = "remarkable_mouse";
rev = "05142ef37a8b3f9e350156a14c2dec6844ed0ea8";
hash = "sha256-0X/7SIfSnlEL98fxJBAYrHAkRmdtymqA7xBmVoa5VIw=";
};
pyproject = true;
build-system = [ setuptools ];
propagatedBuildInputs = [
screeninfo
paramiko
pynput
libevdev
tkinter
];
# no tests