1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

yq: 2.6.0 -> 2.7.1

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 2018-12-13 18:13:10 -08:00
parent e0950ae9ad
commit ecaac75875

View file

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