python310Packages.evdev: 1.6.0 -> 1.6.1

Changelog: https://github.com/gvalkov/python-evdev/blob/v1.6.1/docs/changelog.rst
This commit is contained in:
Fabian Affolter 2023-01-30 11:49:35 +01:00
parent 0339a7d875
commit b0e43748ef

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "evdev";
version = "1.6.0";
version = "1.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-7PoBtchPfoxs7TNnrJUoj0PNhO+/1919DNv8DRjIemo=";
hash = "sha256-KZ24YozHOyN/wcxX08KUj6oHVuKli2GUtb+B3CCB8eM=";
};
buildInputs = [