yq: 2.8.1 -> 2.9.2 (#73424)

Co-authored-by: Drew Risinger <drewrisinger@users.noreply.github.com>
Co-authored-by: Drew <drewrisinger@users.noreply.github.com>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Daniel Schaefer
2020-08-15 08:27:07 +01:00
committed by GitHub
co-authored by Drew Risinger Jörg Thalheim
parent 88e47033fa
commit d4e530412d
2 changed files with 29 additions and 7 deletions
+2 -1
View File
@@ -11450,7 +11450,8 @@ in
yodl = callPackage ../development/tools/misc/yodl { };
yq = callPackage ../development/tools/yq {
inherit (python3Packages) buildPythonApplication fetchPypi pyyaml xmltodict;
inherit (python3Packages)
buildPythonApplication fetchPypi argcomplete pyyaml xmltodict pytest coverage flake8 toml;
};
yq-go = callPackage ../development/tools/yq-go { };