mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
python3Packages.hidapi: 0.13.1 -> 0.14.0
This commit is contained in:
parent
548be9d79d
commit
4d83d2c5b0
@ -11,11 +11,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hidapi";
|
||||
version = "0.13.1";
|
||||
version = "0.14.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "99b18b28ec414ef9b604ddaed08182e486a400486f31ca56f61d537eed1d17cf";
|
||||
sha256 = "a7cb029286ced5426a381286526d9501846409701a29c2538615c3d1a612b8be";
|
||||
};
|
||||
|
||||
nativeBuildInputs = lib.optionals stdenv.isDarwin [ xcbuild ];
|
||||
|
Loading…
Reference in New Issue
Block a user