This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 63e2092793 gnu: Add gdb-17.
63e2092793 is described below

commit 63e2092793f0aad71cb05090b52cb7ea82710733
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Dec 22 19:34:42 2025 +0800

    gnu: Add gdb-17.
    
    * gnu/packages/gdb.scm (gdb-17): New variable.
    
    Change-Id: Ie7fb65c2f0bee89b81cb2c7726e34bbf1c651492
    Signed-off-by: Greg Hogan <[email protected]>
---
 gnu/packages/gdb.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 145ffc776e..d6757adee0 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -200,6 +200,18 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
                (base32
                 "1i940b04404xr44xc66c4r4nk091czqz7zzrmhbpk64aaaax1z5w"))))))
 
+(define-public gdb-17
+  (package
+    (inherit gdb-14)
+    (version "17.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnu/gdb/gdb-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "0xnqqv3j463r5rnfmblj3zwhf0l0lyy4bp1zaid8zxn9fignz68l"))))))
+
 (define-public gdb
   ;; The "default" version.
   gdb-14)

Reply via email to