Skip to content

Commit

Permalink
python312Packages.hid: 1.0.6 -> 1.0.7 (NixOS#381314)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Feb 12, 2025
2 parents 34d82aa + 0ac2f6f commit ba7134c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit ba7134c

Please sign in to comment.