Unverified Commit adeeefb9 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

cameractrls: 0.6.9 -> 0.6.10 (#469990)

parents a816e8e5 e2982ddd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,14 +40,14 @@ let
in
python3Packages.buildPythonApplication rec {
  pname = "cameractrls";
  version = "0.6.9";
  version = "0.6.10";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "soyersoyer";
    repo = "cameractrls";
    rev = "v${version}";
    hash = "sha256-eQwTEu8lBToh3N8FSlNQbTIGnIejnJLKScyN07jnzqQ=";
    hash = "sha256-WtFwi7X2RvOqx8sYLhzurm6DYbwbVOswYJfb17aORF0=";
  };

  postPatch = ''