From 3ea5c3b69cd9c6cc8b4681ba7616f47abab96410 Mon Sep 17 00:00:00 2001 From: sterni Date: Sat, 14 Aug 2021 00:57:41 +0200 Subject: feat(3p/lisp/babel): 2019-11-26 -> 2020-07-19 Change-Id: I2e1a4e0fdbe0fd2dec3c2a0d5eb73d2a516ae768 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3354 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/lisp/babel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/lisp/babel.nix b/third_party/lisp/babel.nix index edc986c0e4..c4a49e833f 100644 --- a/third_party/lisp/babel.nix +++ b/third_party/lisp/babel.nix @@ -3,7 +3,7 @@ let src = builtins.fetchGit { url = "https://github.com/cl-babel/babel.git"; - rev = "ec9a17cdbdba3c1dd39609fc7961cfb3f0aa260e"; + rev = "f892d0587c7f3a1e6c0899425921b48008c29ee3"; # 2020-07-19 }; in depot.nix.buildLisp.library { name = "babel"; -- cgit 1.4.1