gnu: gdb: Update to 7.12.
* gnu/packages/gdb.scm (gdb): Update to 7.12. [home-page]: Use https.
This commit is contained in:
parent
80bc37737c
commit
caaa715d16
|
@ -37,14 +37,14 @@
|
||||||
(define-public gdb
|
(define-public gdb
|
||||||
(package
|
(package
|
||||||
(name "gdb")
|
(name "gdb")
|
||||||
(version "7.11.1")
|
(version "7.12")
|
||||||
(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
|
||||||
"0w7wi1llznlqdqk2lmzygz2xylb2c9mh580s9i0rypkmwfj6s8g9"))))
|
"152g2qa8337cxif3lkvabjcxfd9jphfb2mza8f1p2c4bjk2z6kw3"))))
|
||||||
(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.
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)
|
`(("texinfo" ,texinfo)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://www.gnu.org/software/gdb/")
|
(home-page "https://www.gnu.org/software/gdb/")
|
||||||
(synopsis "The GNU debugger")
|
(synopsis "The GNU debugger")
|
||||||
(description
|
(description
|
||||||
"GDB is the GNU debugger. With it, you can monitor what a program is
|
"GDB is the GNU debugger. With it, you can monitor what a program is
|
||||||
|
|
Loading…
Reference in New Issue