python36Packages.evdev: 1.0.0 -> 1.1.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-evdev/versions
This commit is contained in:
R. RyanTM 2018-10-24 09:54:42 -07:00
parent 86c7662be0
commit b457c1282b

View File

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