python.pkgs: updates
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
buildPythonPackage rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "hidapi";
|
||||
version = "0.7.99.post20";
|
||||
version = "0.7.99.post21";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1k7z5m7xsqy8j4qkjy4pfxdx4hm36ha68vi65z6smvnyg4zgv22z";
|
||||
sha256 = "e0be1aa6566979266a8fc845ab0e18613f4918cf2c977fe67050f5dc7e2a9a97";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ libusb1 udev cython ];
|
||||
|
||||
Reference in New Issue
Block a user