yq: 2.7.1 -> 2.7.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yq/versions
This commit is contained in:
R. RyanTM 2019-01-15 21:21:17 -08:00
parent 36c904d637
commit e9138bfff5

View file

@ -2,7 +2,7 @@
buildPythonApplication rec {
pname = "yq";
version = "2.7.1";
version = "2.7.2";
propagatedBuildInputs = [ pyyaml xmltodict jq ];
@ -11,7 +11,7 @@ buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
sha256 = "1c10wbhgx8d8s44a8g2vzn4cmvkf7z7yqxrnk88aapgi51i786q0";
sha256 = "1fwvwy75n4rqzh6sxyp2jmjqc7939s0xmrhxw7zhdy6iacggvnpp";
};
meta = with lib; {