gnu: gdb: Update to 7.9.1.

* gnu/packages/gdb.scm (gdb): Update to 7.9.1.
master
Mark H Weaver 2015-05-15 21:38:48 -04:00
parent 897e5d9960
commit 64572282b7
1 changed files with 2 additions and 2 deletions

View File

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