Add which 2.21.

This commit is contained in:
Andrius Štikonas 2022-09-16 22:40:00 +01:00
parent d72c68369e
commit 9f3f65f146
6 changed files with 36 additions and 0 deletions

View file

@ -212,3 +212,6 @@ class SysC(SysGeneral):
self.get_file(["https://mirrors.kernel.org/gnu/guile/guile-3.0.7.tar.xz",
"https://git.savannah.gnu.org/cgit/gnulib.git/snapshot/gnulib-901694b9.tar.gz",
"https://github.com/schierlm/guile-psyntax-bootstrapping/archive/refs/tags/guile-3.0.7.tar.gz"])
# which 2.21
self.get_file("https://carlowood.github.io/which/which-2.21.tar.gz")