guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/16: gnu: gdb: Update to 14.2.


From: guix-commits
Subject: 03/16: gnu: gdb: Update to 14.2.
Date: Thu, 11 Apr 2024 06:56:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f4dcf3018ebe2f14e5872d6462a45ba817a5f38d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Apr 11 12:24:21 2024 +0200

    gnu: gdb: Update to 14.2.
    
    * gnu/packages/gdb.scm (gdb-14): Update to 14.2.
    
    Change-Id: Iddf941655fe5550f6cd01978fd7998f193957ee1
---
 gnu/packages/gdb.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index d0e72f9176..f832202d18 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -148,14 +148,14 @@ written in C, C++, Ada, Objective-C, Pascal and more.")
 (define-public gdb-14
   (package
     (inherit gdb/pinned)
-    (version "14.1")
+    (version "14.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/gdb/gdb-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "106v7rj72km56mb2ssjsyjfix3yn4f3wqr7lpzy52d0lfq9gavfn"))))
+                "0wkprsjyyh204fdjlkaz20k847l88i9y8m9zqsv15vcd3l3dhk9d"))))
     (properties '())))
 
 (define-public gdb



reply via email to

[Prev in Thread] Current Thread [Next in Thread]