GNU Guile 3.0.7

This commit is contained in:
Andrius Štikonas 2021-07-03 17:38:05 +01:00 committed by fosslinux
parent de582f1866
commit 8857f53cd1
7 changed files with 1023 additions and 0 deletions

View file

@ -201,3 +201,9 @@ class SysC(SysGeneral):
# boehm-gc 8.0.4
self.get_file("https://www.hboehm.info/gc/gc_source/gc-8.0.4.tar.gz")
# guile 3.0.7
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"],
output=["guile-3.0.7.tar.xz", "gnulib-901694b9.tar.gz", "guile-psyntax-bootstrapping.tar.gz"])