From: Greg Hogan <code@greghogan.com>
To: 62418@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#62418] [PATCH] gnu: gdb: Update to 13.1.
Date: Tue, 18 Apr 2023 20:43:19 +0000 [thread overview]
Message-ID: <20230418204319.729894-1-code@greghogan.com> (raw)
In-Reply-To: <20230324130952.131621-1-code@greghogan.com>
Fix the patch summary / subject line.
* gnu/packages/gdb.scm (gdb-12): Rename to ...
(gdb-13): ... and update to 13.1.
(avr-gdb): Inherit from GDB-13.
---
gnu/packages/gdb.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index fd0bc80e44..6f7b3929e3 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -149,17 +149,17 @@ (define-public gdb-11
written in C, C++, Ada, Objective-C, Pascal and more.")
(license gpl3+)))
-(define-public gdb-12
+(define-public gdb-13
(package
(inherit gdb-11)
- (version "12.1")
+ (version "13.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdb/gdb-"
version ".tar.xz"))
(sha256
(base32
- "1vczsqcbh5y0gx7qrclpna0qzx26sk7lra6y8qzxam1biyzr65qf"))))))
+ "184m5rp5gfkf5i8b707l2hf238m2vmjx70jqn4mbx9k9ip0xanhi"))))))
(define-public gdb
;; This is the fixed version that packages depend on. Update it rarely
@@ -173,7 +173,7 @@ (define-public gdb-minimal
'("libxml2" "ncurses" "python-wrapper" "source-highlight")))))
(define-public avr-gdb
- (package/inherit gdb-12
+ (package/inherit gdb-13
(name "avr-gdb")
(arguments
`(#:configure-flags
@@ -182,7 +182,7 @@ (define-public avr-gdb
"--enable-languages=c,c++"
"--with-system-readline"
"--enable-source-highlight")
- ,@(package-arguments gdb-12)))
+ ,@(package-arguments gdb-13)))
(synopsis "The GNU Debugger for AVR")
(description
"GDB is the GNU debugger. With it, you can monitor what a program is
--
2.40.0
next prev parent reply other threads:[~2023-04-18 20:44 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-24 13:09 [bug#62418] [PATCH 0/6] Update csvkit Greg Hogan
2023-03-24 13:23 ` [bug#62418] [PATCH 1/6] gnu: python-leather: Update to 0.3.4 Greg Hogan
2023-03-24 13:23 ` [bug#62418] [PATCH 2/6] gnu: python-agate-dbf: Update to 0.2.2 Greg Hogan
2023-03-24 13:23 ` [bug#62418] [PATCH 3/6] gnu: python-agate-sql: Update to 0.5.9 Greg Hogan
2023-03-24 13:23 ` [bug#62418] [PATCH 4/6] gnu: Add python-agate-locales Greg Hogan
2023-03-24 13:23 ` [bug#62418] [PATCH 5/6] gnu: python-agate: Update to 1.7.1 Greg Hogan
2023-03-24 13:23 ` [bug#62418] [PATCH 6/6] gnu: csvkit: Update to 1.1.1 Greg Hogan
2023-04-07 19:37 ` [bug#62418] [PATCH] gnu: Update to 13.1 Greg Hogan
2023-04-08 9:40 ` Simon Tournier
2023-04-10 18:36 ` Greg Hogan
2023-04-11 8:07 ` Simon Tournier
2023-04-11 13:43 ` Greg Hogan
2023-04-18 20:43 ` Greg Hogan
2023-04-18 20:43 ` Greg Hogan [this message]
2023-05-14 21:00 ` bug#62418: [PATCH 0/6] Update csvkit Ludovic Courtès
2023-07-18 19:33 ` [bug#62418] [PATCH v2] gnu: gdb: Update to 13.2 Greg Hogan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230418204319.729894-1-code@greghogan.com \
--to=code@greghogan.com \
--cc=62418@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).