From 90fdd7f23d6cc0d1374332d49218aef9a0d6a52f Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 18 Mar 2021 22:08:45 +0100 Subject: chore(3p): bump NixOS channels to 2021-03-18 Making this a monthly service apparently. Necessary changes: * 3p: expose emacs27 instead of emacs26 which got removed users/tazjin/{camden, frog}: switch from emacs26 to emacs27 * 3p/lieer: google_api_python_client got renamed to google-api-python-client Change-Id: I1011665d10eebc99990addbef6a8a6b000b93896 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2605 Tested-by: BuildkiteCI Reviewed-by: glittershark Reviewed-by: tazjin --- third_party/lieer/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/lieer/default.nix') diff --git a/third_party/lieer/default.nix b/third_party/lieer/default.nix index 631be82a8a..8bd2916c40 100644 --- a/third_party/lieer/default.nix +++ b/third_party/lieer/default.nix @@ -22,7 +22,7 @@ in python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ notmuch oauth2client - google_api_python_client + google-api-python-client tqdm ]; } -- cgit 1.4.1