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>
This commit is contained in:
Michael Rohleder 2022-01-31 10:05:09 +01:00 committed by Ludovic Courtès
parent 4eada1b45a
commit f553de6e0e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -746,13 +746,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))