Commit 677bd40f authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.uvcclient: 0.12.1 -> 0.12.2

parent 41365241
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];