[PATCH] gnu: cgdb: Update to 0.8.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220131090509.31464-1-mike@rohleder.de
* gnu/packages/debug.scm (cgdb): Update to 0.8.0.
---
gnu/packages/debug.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
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
Ludovic Courtès wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 53653-done@debbugs.gnu.org)
871r0lrx26.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (2 lines)
> * gnu/packages/debug.scm (cgdb): Update to 0.8.0.

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53653@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53653
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help