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:
parent
e0950ae9ad
commit
ecaac75875
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "yq";
|
pname = "yq";
|
||||||
version = "2.6.0";
|
version = "2.7.1";
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyyaml xmltodict jq ];
|
propagatedBuildInputs = [ pyyaml xmltodict jq ];
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0wyzg6lwxmzqsblljg9hddkadda7qdpw54sp0pmmbv89hhz7cky6";
|
sha256 = "1c10wbhgx8d8s44a8g2vzn4cmvkf7z7yqxrnk88aapgi51i786q0";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user