GNU bug report logs - #53653
[PATCH] gnu: cgdb: Update to 0.8.0.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Mon, 31 Jan 2022 09:06:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#53653: closed ([PATCH] gnu: cgdb: Update to 0.8.0.)
Date: Wed, 02 Feb 2022 17:36:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 02 Feb 2022 18:35:29 +0100
with message-id <871r0lrx26.fsf <at> 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 <at> gnu.org.)


-- 
53653: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53653
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
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



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 53653-done <at> debbugs.gnu.org
Subject: Re: bug#53653: [PATCH] gnu: cgdb: Update to 0.8.0.
Date: Wed, 02 Feb 2022 18:35:29 +0100
Michael Rohleder <mike <at> rohleder.de> skribis:

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

Applied, thanks!


This bug report was last modified 3 years and 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.