gnu: gdb: Update to 7.9.

* gnu/packages/gdb.scm (gdb): Update to 7.9.
This commit is contained in:
Mark H Weaver 2015-03-01 19:35:25 -05:00
parent afff9058a0
commit 5245251eaa

View file

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -35,14 +36,14 @@ (define-module (gnu packages gdb)
(define-public gdb
(package
(name "gdb")
(version "7.8.2")
(version "7.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gdb/gdb-"
version ".tar.xz"))
(sha256
(base32
"11a4fj1vpsny71kz7xqqbqk3kgzbs5cfjj3z9gm0hpvxfkam8nb0"))))
"14l3hhsy7fmpn2dk7ivc67gnbjdhkxlq90kxijpzfa35l58mcccv"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; FIXME "make check" fails on single-processor systems.