mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
python312Packages.evdev: 1.7.1 -> 1.9.0 (#381429)
This commit is contained in:
commit
5baca93f44
1 changed files with 2 additions and 5 deletions
|
@ -3,20 +3,17 @@
|
|||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
linuxHeaders,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "evdev";
|
||||
version = "1.7.1";
|
||||
version = "1.9.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-DHLDcL2inYV+GI2TEBnDJlGpweqXfAjI2TmxztFjf94=";
|
||||
hash = "sha256-OCGLyVUHytdWvGIaX+enekHrjZwSE4Vd6OS6Croo558=";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue