diff options
author | sterni <sternenseemann@systemli.org> | 2021-08-13T22·57+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2021-08-16T13·43+0000 |
commit | 3ea5c3b69cd9c6cc8b4681ba7616f47abab96410 (patch) | |
tree | 521fb78381d712409c1ab12cc2458cd7120f413a /third_party/lisp/babel.nix | |
parent | 3b94a0347cce964a9454856cd5efd3e2e693e7fe (diff) |
feat(3p/lisp/babel): 2019-11-26 -> 2020-07-19 r/2743
Change-Id: I2e1a4e0fdbe0fd2dec3c2a0d5eb73d2a516ae768 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3354 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
Diffstat (limited to 'third_party/lisp/babel.nix')
-rw-r--r-- | third_party/lisp/babel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/lisp/babel.nix b/third_party/lisp/babel.nix index edc986c0e41d..c4a49e833f76 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"; |