emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#53653: closed ([PATCH] gnu: cgdb: Update to 0.8.0.)


From: GNU bug Tracking System
Subject: bug#53653: closed ([PATCH] gnu: cgdb: Update to 0.8.0.)
Date: Wed, 02 Feb 2022 17:36:02 +0000

Your message dated Wed, 02 Feb 2022 18:35:29 +0100
with message-id <871r0lrx26.fsf@gnu.org>
and subject line Re: bug#53653: [PATCH] gnu: cgdb: Update to 0.8.0.
has caused the debbugs.gnu.org bug report #53653,
regarding [PATCH] gnu: cgdb: Update to 0.8.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53653: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53653
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cgdb: Update to 0.8.0. Date: Mon, 31 Jan 2022 10:05:09 +0100
* gnu/packages/debug.scm (cgdb): Update to 0.8.0.
---
 gnu/packages/debug.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 3bf7f6a8e0..345f5c3723 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -745,13 +745,13 @@ (define-public libleak
 (define-public cgdb
   (package
     (name "cgdb")
-    (version "0.7.1")
+    (version "0.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://cgdb.me/files/cgdb-"; version ".tar.gz"))
        (sha256
-        (base32 "1671gpz5gx5j0zga8xy2x7h33vqh3nij93lbb6dbb366ivjknwmv"))))
+        (base32 "1w8ib2vg3pg68d9hh97fw5042c73i9nqavdddc87n9bpscjbaf0d"))))
     (build-system gnu-build-system)
     (inputs
      (list ncurses readline))
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#53653: [PATCH] gnu: cgdb: Update to 0.8.0. Date: Wed, 02 Feb 2022 18:35:29 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Michael Rohleder <mike@rohleder.de> skribis:

> * gnu/packages/debug.scm (cgdb): Update to 0.8.0.

Applied, thanks!


--- End Message ---

reply via email to

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