guix_mirror_bot pushed a commit to branch rust-team
in repository guix.
commit bb39e69d3865da3745b107fac95ae0e7087f529a
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 7d9b64bf7a..da87ded993 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -201,21 +201,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