summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2022-01-31 10:05:09 +0100
committerLudovic Courtès <ludo@gnu.org>2022-02-02 18:34:32 +0100
commitf553de6e0e476f12f7aa0b5e1d3849c71aa93fc6 (patch)
tree89d806fc82977ad56f9e1af8c2cf991f7debb345
parent4eada1b45a08290aef26a273444c23bfdd0dbccf (diff)
downloadguix-patches-f553de6e0e476f12f7aa0b5e1d3849c71aa93fc6.tar
guix-patches-f553de6e0e476f12f7aa0b5e1d3849c71aa93fc6.tar.gz
gnu: cgdb: Update to 0.8.0.
* gnu/packages/debug.scm (cgdb): Update to 0.8.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--gnu/packages/debug.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 4bdc489824..94312e7c05 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -746,13 +746,13 @@ use than similar tools like @command{mtrace}.")
(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))