python312Packages.hid: 1.0.6 -> 1.0.7

This commit is contained in:
R. Ryantm
2025-02-11 23:57:55 +00:00
parent b64b41e8d6
commit 0ac2f6f4ee
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "hid";
version = "1.0.6";
version = "1.0.7";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-SNdk166XRroSO5bb9FeJPKgCaLd5HEsdLgUTEO64OGA=";
hash = "sha256-P4CeKSq1LEQ1rRRCyO8gW+TJyk7rgPtHx9mODHVSeyo=";
};
postPatch = ''