From b68e5e1636c65d885b8b7cc2cbe64f25ce00a072 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Wed, 4 Nov 2020 15:04:22 +0100 Subject: [PATCH] python3Packages.hidapi: 0.10.0 -> 0.10.0.post1 --- pkgs/development/python-modules/hidapi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hidapi/default.nix b/pkgs/development/python-modules/hidapi/default.nix index df9ac9ebed6..070ad57c4f1 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"; + version = "0.10.0.post1"; src = fetchPypi { inherit pname version; - sha256 = "2560ad8db212f54cf40ea8d78715adad7df803011cfdce9dabbac0e76acf31ef"; + sha256 = "27c04d42a7187becf7a8309d4846aa4f235ac8b7dafd758335b109f5cbd3b962"; }; propagatedBuildInputs =