about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/lisp/babel.nix2
1 files changed, 1 insertions, 1 deletions
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";