civodul pushed a commit to branch core-updates
in repository guix.

commit b49fd5daabefe7e89a839b03d8acd90e95c4275f
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Apr 18 15:38:36 2023 +0200

    gnu: gdb-minimal: Update to 12.x.
    
    * gnu/packages/gdb.scm (gdb-minimal): Rebase on GDB-12.
---
 gnu/packages/gdb.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 49cbed482b..493b30f841 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -168,7 +168,7 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
   gdb-11)
 
 (define-public gdb-minimal
-  (package/inherit gdb
+  (package/inherit gdb-12
     (name "gdb-minimal")
     (inputs (fold alist-delete (package-inputs gdb)
                   '("libxml2" "ncurses" "python-wrapper" 
"source-highlight")))))

Reply via email to