Skip to content

Commit

Permalink
python3Packages.hidapi: 0.9.0.post3 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Oct 29, 2020
1 parent 2e4f2bd commit e3df01a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/hidapi/default.nix
Expand Up @@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "hidapi";
version = "0.9.0.post3";
version = "0.10.0";

src = fetchPypi {
inherit pname version;
sha256 = "5a2442928f17ba742d9c53073f48b152051c5747d758d2fefd937543da5ab2e5";
sha256 = "2560ad8db212f54cf40ea8d78715adad7df803011cfdce9dabbac0e76acf31ef";
};

propagatedBuildInputs =
Expand All @@ -26,11 +26,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "hid" ];

meta = with stdenv.lib; {
description = "A Cython interface to the hidapi from https://github.com/signal11/hidapi";
description = "A Cython interface to the hidapi from https://github.com/libusb/hidapi";
homepage = "https://github.com/trezor/cython-hidapi";
# license can actually be either bsd3 or gpl3
# see https://github.com/trezor/cython-hidapi/blob/master/LICENSE-orig.txt
license = licenses.bsd3;
maintainers = with maintainers; [ np ];
maintainers = with maintainers; [ np prusnak ];
};
}

0 comments on commit e3df01a

Please sign in to comment.