Skip to content
Snippets Groups Projects
Commit fd42e6b8 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: gdb: Upgrade to 7.7.1.

* gnu/packages/gdb.scm (gdb): Upgrade to 7.7.1.
parent 03f45001
No related branches found
No related tags found
No related merge requests found
......@@ -33,14 +33,14 @@ (define-module (gnu packages gdb)
(define-public gdb
(package
(name "gdb")
(version "7.7")
(version "7.7.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdb/gdb-"
version ".tar.bz2"))
(sha256
(base32
"08vcb97j1b7vxwq6088wb6s3g3bm8iwikd922y0xsgbbxv3d2104"))))
"199sn1p0gzli6icp9dcvrphdvyi7hm4cc9zhziq0q6vg81h55g8d"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; FIXME "make check" fails on single-processor systems.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment