diff --git a/system/devel/guile/actions.py b/system/devel/guile/actions.py
index 82a6470f..7f6e1e33 100644
--- a/system/devel/guile/actions.py
+++ b/system/devel/guile/actions.py
@@ -38,6 +38,6 @@ def install():
pisitools.dodir("/etc/env.d")
shelltools.echo("%s/etc/env.d/50guile" % get.installDIR(), 'GUILE_LOAD_PATH="/usr/share/guile/%s"' % major)
- pisitools.domove("/usr/lib/libguile-2.0.so.22.*.scm", "/usr/share/gdb/auto-load")
+ pisitools.domove("/usr/lib/libguile-2.2.so.1.3.1-gdb.scm", "/usr/share/gdb/auto-load")
pisitools.dodoc("AUTHORS", "ChangeLog", "HACKING", "NEWS", "README", "THANKS")
diff --git a/system/devel/guile/pspec.xml b/system/devel/guile/pspec.xml
index 3ea12da5..71ecf470 100644
--- a/system/devel/guile/pspec.xml
+++ b/system/devel/guile/pspec.xml
@@ -14,12 +14,12 @@
library
GNU Scheme interpreter and library
GUILE (GNU's Ubiquitous Intelligent Language for Extension) is a library implementation of the Scheme programming language, written in C. GUILE provides a machine-independent execution platform that can be linked in as a library during the building of extensible programs.
- mirrors://gnu/guile/guile-2.0.14.tar.xz
+ mirrors://gnu/guile/guile-2.2.4.tar.xz
- gc-devel
+ gc-devel
gettext-devel
gmp-devel
- libunistring-devel
+ libunistring-devel
libffi-devel
readline-devel
@@ -30,11 +30,11 @@
guile
- gc
+ gc
gmp
libffi
libtool-ltdl
- libunistring
+ libunistring
readline
@@ -47,7 +47,7 @@
/usr/share/guile
/usr/share/emacs
/usr/share/gdb/auto-load
- /usr/lib/guile/2.0
+ /usr/lib/guile/2.2
@@ -71,8 +71,8 @@
2018-07-15
- 2.0.14
- Rebuild.
+ 2.2.4
+ Version bump.
Ertuğrul Erata
ertugrulerata@gmail.com