From dc9c92d15d422179df54dc90721bd04c4b18eb6e Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 8 Jun 2022 11:43:10 +0200 Subject: python3Packages.hidapi: 0.11.2 -> 0.12.0.post2 --- pkgs/development/python-modules/hidapi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/hidapi/default.nix b/pkgs/development/python-modules/hidapi/default.nix index b77dcaaa9d375..977d94e8a20c9 100644 --- a/pkgs/development/python-modules/hidapi/default.nix +++ b/pkgs/development/python-modules/hidapi/default.nix @@ -11,11 +11,11 @@ buildPythonPackage rec { pname = "hidapi"; - version = "0.11.2"; + version = "0.12.0.post2"; src = fetchPypi { inherit pname version; - sha256 = "sha256-yYS37C/C6ph81EzwaUflVXJJjtLUPGSJC0q1iymvcrw="; + sha256 = "8ebb2117be8b27af5c780936030148e1971b6b7fda06e0581ff0bfb15e94ed76"; }; nativeBuildInputs = lib.optionals stdenv.isDarwin [ xcbuild ]; -- cgit 1.4.1