From 7d25b5fb8288bd6ad8dd268f418ae264476aefa9 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Thu, 30 May 2024 14:50:58 +0200 Subject: [PATCH] Python-lxc --- Dotfiles/Services/nvchecker.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Dotfiles/Services/nvchecker.toml b/Dotfiles/Services/nvchecker.toml index 2c3d33e..cd28d57 100644 --- a/Dotfiles/Services/nvchecker.toml +++ b/Dotfiles/Services/nvchecker.toml @@ -537,6 +537,13 @@ prefix = "v" use_max_tag = true exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*" +[python-lxc] +source = "github" +github = "lxc/python3-lxc" +prefix = "python3-lxc-" +use_max_tag = true +exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*" + [python-mistune] source = "github" github = "lepture/mistune"