Merge pull request #49051 from r-ryantm/auto-update/python3.6-evdev

python36Packages.evdev: 1.0.0 -> 1.1.2
This commit is contained in:
Jörg Thalheim 2018-10-25 17:54:27 +01:00 committed by GitHub
commit 1ee5b2f07e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "evdev";
version = "1.0.0";
version = "1.1.2";
src = fetchPypi {
inherit pname version;
sha256 = "be0288ef1125bf1c539bb8f3079ef4aa5fb813af28f0c5294a4e744ee554398a";
sha256 = "0l837gm9cjdp3lybnam38ip0q3n1xy0j6vzgx11hdrr0ps8p5mid";
};
buildInputs = [ linuxHeaders ];