cameractrls: 0.6.6 -> 0.6.7

This commit is contained in:
aleksana 2024-09-10 13:00:32 +08:00
parent cb97dfe6c0
commit 323f66e1e7

View File

@ -39,14 +39,14 @@ let
in in
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "cameractrls"; pname = "cameractrls";
version = "0.6.6"; version = "0.6.7";
pyproject = false; pyproject = false;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "soyersoyer"; owner = "soyersoyer";
repo = "cameractrls"; repo = "cameractrls";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-QjjLd5L+8Slxc3ywurhsWp1pZ2E1Y7NOdnCV2ZYBlqU="; hash = "sha256-MM+Py8tHtqJWIGmGg3RaIhJa0E1zM3hXOnTOqXPuejw=";
}; };
postPatch = '' postPatch = ''
@ -125,7 +125,7 @@ python3Packages.buildPythonApplication rec {
presets at device connection). presets at device connection).
''; '';
homepage = "https://github.com/soyersoyer/cameractrls"; homepage = "https://github.com/soyersoyer/cameractrls";
license = lib.licenses.gpl3Plus; license = lib.licenses.lgpl3Plus;
mainProgram = mainExecutable; mainProgram = mainExecutable;
maintainers = with lib.maintainers; [ aleksana ]; maintainers = with lib.maintainers; [ aleksana ];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;