diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-07-23 10:11:29 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-07-23 10:11:29 +0200 |
commit | 4c204d01d57ac7da11a5772d5d4e3254d1c2408f (patch) | |
tree | c7e5cb013abc742734acd9613674df4ebddfdeef /doc/environment-gdb.scm | |
parent | 82bdb77082fa4e100761f70086b745dfb280c3ac (diff) | |
parent | 445a0359083388b5ee686e6e855f94a3aac5f79c (diff) |
Merge branch 'master' into gnome-team
Diffstat (limited to 'doc/environment-gdb.scm')
-rw-r--r-- | doc/environment-gdb.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/environment-gdb.scm b/doc/environment-gdb.scm index 0534e594de..9517200ffd 100644 --- a/doc/environment-gdb.scm +++ b/doc/environment-gdb.scm @@ -9,4 +9,4 @@ (package (inherit gdb) (native-inputs (modify-inputs (package-native-inputs gdb) - (prepend autoconf-2.64 automake texinfo)))) + (prepend autoconf-2.69 automake texinfo)))) |