all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#56784] [PATCH] gnu: Add gdb-12.
@ 2022-07-26 17:02 Greg Hogan
  2022-08-03 15:26 ` bug#56784: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2022-07-26 17:02 UTC (permalink / raw)
  To: 56784; +Cc: Greg Hogan

* gnu/packages/gdb.scm (gdb-12): New variable.
---
 gnu/packages/gdb.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index aa9e479e46..7d8416c7c5 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -149,6 +149,18 @@ (define-public gdb-11
 written in C, C++, Ada, Objective-C, Pascal and more.")
     (license gpl3+)))
 
+(define-public gdb-12
+  (package
+    (inherit gdb-11)
+    (version "12.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://gnu/gdb/gdb-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "1vczsqcbh5y0gx7qrclpna0qzx26sk7lra6y8qzxam1biyzr65qf"))))))
+
 (define-public gdb
   ;; This is the fixed version that packages depend on.  Update it rarely
   ;; enough to avoid massive rebuilds.
-- 
2.37.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56784: [PATCH] gnu: Add gdb-12.
  2022-07-26 17:02 [bug#56784] [PATCH] gnu: Add gdb-12 Greg Hogan
@ 2022-08-03 15:26 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-08-03 15:26 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 56784-done

Hi,

Greg Hogan <code@greghogan.com> skribis:

> * gnu/packages/gdb.scm (gdb-12): New variable.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-03 15:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-26 17:02 [bug#56784] [PATCH] gnu: Add gdb-12 Greg Hogan
2022-08-03 15:26 ` bug#56784: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.