diff options
author | David Runge <dave@sleepmap.de> | 2023-05-23 09:50:33 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-05-23 09:53:26 +0200 |
commit | ee129345f3449e92457e46f8f8f4aaddc3ee90e3 (patch) | |
tree | 17d256e24f2288ee794f786e7af2c880233609d5 | |
parent | fcc4ef1fec25db18a401a9bc0fbe6caf70591a72 (diff) | |
download | dotfiles-ee129345f3449e92457e46f8f8f4aaddc3ee90e3.tar.gz dotfiles-ee129345f3449e92457e46f8f8f4aaddc3ee90e3.tar.bz2 dotfiles-ee129345f3449e92457e46f8f8f4aaddc3ee90e3.tar.xz dotfiles-ee129345f3449e92457e46f8f8f4aaddc3ee90e3.zip |
pkgs: add passt, remove python-inet_diag
-rw-r--r-- | .config/nvchecker/community.toml | 10 | ||||
-rw-r--r-- | .config/packages/community.txt | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 5d65ea3..3a14438 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -1496,6 +1496,11 @@ source = "git" git = "https://github.com/rncbc/padthv1" use_max_tag = true +[passt] +source = "git" +git = "https://passt.top/passt/" +use_max_tag = true + [patchage] source = "git" git = "https://gitlab.com/drobilla/patchage.git" @@ -1938,11 +1943,6 @@ pypi = "identify" source = "pypi" pypi = "importlib_resources" -[python-inet_diag] -source = "git" -git = "https://git.kernel.org/pub/scm/libs/python/python-inet_diag/python-inet_diag.git" -use_max_tag = true - [python-inflect] source = "pypi" pypi = "inflect" diff --git a/.config/packages/community.txt b/.config/packages/community.txt index a403ae4..e50cf88 100644 --- a/.config/packages/community.txt +++ b/.config/packages/community.txt @@ -293,6 +293,7 @@ oscpack osmid overpass-fonts padthv1 +passt patchage patchmatrix patroneo @@ -400,7 +401,6 @@ python-husl python-icalendar python-identify python-importlib_resources -python-inet_diag python-inflect python-ipy python-iwlib |