gnu: gdb: Update to 7.10.

* gnu/packages/gdb.scm (gdb): Update to 7.10.
This commit is contained in:
Ludovic Courtès 2015-09-09 23:06:41 +02:00
parent 0334ef2ab0
commit c0a1ea2c75

View File

@ -36,14 +36,14 @@
(define-public gdb (define-public gdb
(package (package
(name "gdb") (name "gdb")
(version "7.9.1") (version "7.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/gdb/gdb-" (uri (string-append "mirror://gnu/gdb/gdb-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0h5sfg4ndhb8q4fxbq0hdxfjp35n6ih96f6x8yvb418s84x5976d")))) "1a08c9svaihqmz2mm44il1gwa810gmwkckns8b0y0v3qz52amgby"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; FIXME "make check" fails on single-processor systems. '(#:tests? #f ; FIXME "make check" fails on single-processor systems.