python3Packages.pyinputevent: fix version scheme (#548952)

This commit is contained in:
Sandro
2026-08-04 13:06:48 +00:00
committed by GitHub
@@ -2,20 +2,25 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
}:
buildPythonPackage {
pname = "pyinputevent";
version = "2016-10-18";
format = "setuptools";
version = "0.1-unstable-2015-10-18";
__structuredAttrs = true;
pyproject = true;
src = fetchFromGitHub {
owner = "ntzrmtthihu777";
repo = "pyinputevent";
rev = "d2075fa5db5d8a402735fe788bb33cf9fe272a5b";
sha256 = "0rkis0xp8f9jc00x7jb9kbvhdla24z1vl30djqa6wy6fx0cr6sib";
hash = "sha256-K2qTGejOeG4Ulg0MusMnQtEG95ppydMBYDI5dDvQcWY=";
};
build-system = [ setuptools ];
meta = {
homepage = "https://github.com/ntzrmtthihu777/pyinputevent";
description = "Python interface to the Input Subsystem's input_event and uinput";