1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: yq: 2.3.4 -> 2.4.1

This commit is contained in:
Frederik Rietdijk 2018-02-26 18:48:07 +01:00
parent b50a66c3a0
commit 9e4057ed28

View file

@ -3,7 +3,7 @@
buildPythonApplication rec {
pname = "yq";
version = "2.3.4";
version = "2.4.1";
propagatedBuildInputs = [ pyyaml jq ];
@ -12,7 +12,7 @@ buildPythonApplication rec {
src = fetchPypi {
inherit pname version;
sha256 = "04ckrlmin8m176iicyfhddp4r0yry5hx306vhfglf8mcp1jkga78";
sha256 = "4833d4055b0f1c1f1a2fd292421b3472da39c7dc2727d7819efd11065a5fd310";
};
meta = with lib; {