summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2020-11-26 12:25:05 +0100
committerPavol Rusnak <pavol@rusnak.io>2020-11-29 19:26:47 +0100
commitecd5d8f11937c65b7ff77a0ac96d352f3405ec89 (patch)
tree0bd3d64af00be9fec7fc40f0b4575eeb345f917d
parentMerge staging-next into staging (diff)
downloadnixpkgs-origin/python-hidapi.tar.gz
python3Packages.hidapi: 0.10.0 -> 0.10.1origin/python-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 05557b096df7..856a36f77916 100644
--- a/pkgs/development/python-modules/hidapi/default.nix
+++ b/pkgs/development/python-modules/hidapi/default.nix
@@ -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 =