cameractrls: 0.6.9 -> 0.6.10

This commit is contained in:
R. Ryantm
2025-12-11 21:45:38 +00:00
parent e16041020b
commit e2982dddd8
+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 = ''