mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4eada1b45a
commit
f553de6e0e
1 changed files with 2 additions and 2 deletions
|
@ -746,13 +746,13 @@ use than similar tools like @command{mtrace}.")
|
||||||
(define-public cgdb
|
(define-public cgdb
|
||||||
(package
|
(package
|
||||||
(name "cgdb")
|
(name "cgdb")
|
||||||
(version "0.7.1")
|
(version "0.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://cgdb.me/files/cgdb-" version ".tar.gz"))
|
(uri (string-append "https://cgdb.me/files/cgdb-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1671gpz5gx5j0zga8xy2x7h33vqh3nij93lbb6dbb366ivjknwmv"))))
|
(base32 "1w8ib2vg3pg68d9hh97fw5042c73i9nqavdddc87n9bpscjbaf0d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list ncurses readline))
|
(list ncurses readline))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue