guix_mirror_bot pushed a commit to branch rust-team
in repository guix.
commit 906575c308bc1b42188c1dbf1376f48b7c909c31
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Feb 8 11:19:32 2026 +0200
gnu: gdb/pinned: Update to 17.1.
* gnu/packages/gdb.scm (gdb/pinned): Update to 17.1.
[arguments]: Remove the phase as requested in the TODO.
Change-Id: I3b479fc15c716b2f2e182184bddc035799d35bbf
---
gnu/packages/gdb.scm | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 62e014fa91..8221d868d3 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -210,21 +210,14 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
;; enough to avoid massive rebuilds.
(package
(inherit gdb-17)
- (version "12.1")
+ (version "17.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdb/gdb-"
version ".tar.xz"))
(sha256
(base32
- "1vczsqcbh5y0gx7qrclpna0qzx26sk7lra6y8qzxam1biyzr65qf"))))
- ;; TODO: Remove this when updating gdb/pinned.
- (arguments
- (substitute-keyword-arguments (package-arguments gdb-17)
- ((#:configure-flags flags '())
- (if (target-hurd64?)
- #~'("--enable-targets=i586-pc-gnu,x86_64-pc-gnu")
- #~'()))))
+ "0xnqqv3j463r5rnfmblj3zwhf0l0lyy4bp1zaid8zxn9fignz68l"))))
(properties `((hidden? . #t)))))
(define-public gdb-15