Skip to content

Commit

Permalink
python312Packages.uvcclient: 0.12.1 -> 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 4, 2024
1 parent 4136524 commit 677bd40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/uvcclient/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "uvcclient";
version = "0.12.1";
version = "0.12.2";
pyproject = true;

src = fetchFromGitHub {
owner = "kk7ds";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ilZTRoSuoJMWlyRfvY/PpTBbr+d6wx+T3cVyW3ZkXlY=";
hash = "sha256-V7xIvZ9vIXHPpkEeJZ6QedWk+4ZVNwCzj5ffLyixFz4=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 677bd40

Please sign in to comment.