joystickwake: 0.4.2 -> 0.5.1 (#511666)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-08 21:48:59 +00:00
committed by GitHub
+6 -6
View File
@@ -1,18 +1,18 @@
{
lib,
python3,
fetchFromGitHub,
fetchFromCodeberg,
}:
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "joystickwake";
version = "0.4.2";
version = "0.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "foresto";
src = fetchFromCodeberg {
owner = "forestix";
repo = "joystickwake";
tag = "v${finalAttrs.version}";
sha256 = "sha256-vSvIpbcDIbRyitVjx3wNSxt5vTIZ9/NPWokOJt0p6oQ=";
hash = "sha256-qIXXlwZec4CQk93gmY5O3mdGdlNCeXWTr/DDw4vwRUM=";
};
build-system = with python3.pkgs; [
@@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
];
dependencies = with python3.pkgs; [
dbus-next
dbus-fast
pyudev
xlib
];