cameractrls: 0.6.9 -> 0.6.10 (#469990)

This commit is contained in:
Aleksana
2025-12-12 04:34:17 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = ''