From aed3fc03daf55200637268a7e5f6596c361049ba Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 9 Dec 2025 10:52:47 +0100 Subject: [PATCH] python3Packages.hidapi: 0.14.0.post4 -> 0.15.0 --- 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 e38280b67f6d..c0dc4509ec43 100644 --- a/pkgs/development/python-modules/hidapi/default.nix +++ b/pkgs/development/python-modules/hidapi/default.nix @@ -14,12 +14,12 @@ buildPythonPackage rec { pname = "hidapi"; - version = "0.14.0.post4"; + version = "0.15.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-SPziU+Um0XtmP7+ZicccfvdlPO1fS+ZfFDfDE/s9vfY="; + hash = "sha256-7LwmXL6Le4h1X0IeC6JfCECR7FUMK5D/no3dT81UAxE="; }; build-system = [