python3Packages.hidapi: 0.10.0 -> 0.10.1

This commit is contained in:
Pavol Rusnak 2020-11-26 12:25:05 +01:00
parent 05d1c49209
commit ecd5d8f119
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "hidapi";
version = "0.10.0.post1";
version = "0.10.1";
src = fetchPypi {
inherit pname version;
sha256 = "27c04d42a7187becf7a8309d4846aa4f235ac8b7dafd758335b109f5cbd3b962";
sha256 = "a1170b18050bc57fae3840a51084e8252fd319c0fc6043d68c8501deb0e25846";
};
propagatedBuildInputs =