gnu: gdb: Upgrade to 7.7.1.

* gnu/packages/gdb.scm (gdb): Upgrade to 7.7.1.
master
Ludovic Courtès 2014-05-06 14:06:41 +02:00
parent 03f4500118
commit fd42e6b803
1 changed files with 2 additions and 2 deletions

View File

@ -33,14 +33,14 @@
(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.