about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hidapi
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-10-25 20:04:35 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-10-27 21:34:42 +0200
commit7ce848309e6d64820af1e96045c5386992e90a4a (patch)
tree071df35feca74aea6640fcc3cd4a0a5af613d995 /pkgs/development/python-modules/hidapi
parentb601d87cd65009dceacff3b8efa39c6ae0451558 (diff)
python.pkgs: updates
Diffstat (limited to 'pkgs/development/python-modules/hidapi')
-rw-r--r--pkgs/development/python-modules/hidapi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hidapi/default.nix b/pkgs/development/python-modules/hidapi/default.nix
index 697bc1cd0e3d0..212fd5c957df5 100644
--- a/pkgs/development/python-modules/hidapi/default.nix
+++ b/pkgs/development/python-modules/hidapi/default.nix
@@ -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 ];