summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-10-09 06:47:59 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-10-09 06:47:59 +0300
commitcaaa715d161f98cb8a52b517a72a0783c2848056 (patch)
tree683af99dcb8f4f7a050da9fd395c66f4b94e710e /gnu
parent80bc37737c36b8b09db6fb85963c577ca2ac1c42 (diff)
gnu: gdb: Update to 7.12.
* gnu/packages/gdb.scm (gdb): Update to 7.12. [home-page]: Use https.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gdb.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 80d53935e2c..c6cc623f6c6 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -37,14 +37,14 @@
37(define-public gdb 37(define-public gdb
38 (package 38 (package
39 (name "gdb") 39 (name "gdb")
40 (version "7.11.1") 40 (version "7.12")
41 (source (origin 41 (source (origin
42 (method url-fetch) 42 (method url-fetch)
43 (uri (string-append "mirror://gnu/gdb/gdb-" 43 (uri (string-append "mirror://gnu/gdb/gdb-"
44 version ".tar.xz")) 44 version ".tar.xz"))
45 (sha256 45 (sha256
46 (base32 46 (base32
47 "0w7wi1llznlqdqk2lmzygz2xylb2c9mh580s9i0rypkmwfj6s8g9")))) 47 "152g2qa8337cxif3lkvabjcxfd9jphfb2mza8f1p2c4bjk2z6kw3"))))
48 (build-system gnu-build-system) 48 (build-system gnu-build-system)
49 (arguments 49 (arguments
50 `(#:tests? #f ; FIXME "make check" fails on single-processor systems. 50 `(#:tests? #f ; FIXME "make check" fails on single-processor systems.
@@ -95,7 +95,7 @@
95 (native-inputs 95 (native-inputs
96 `(("texinfo" ,texinfo) 96 `(("texinfo" ,texinfo)
97 ("pkg-config" ,pkg-config))) 97 ("pkg-config" ,pkg-config)))
98 (home-page "http://www.gnu.org/software/gdb/") 98 (home-page "https://www.gnu.org/software/gdb/")
99 (synopsis "The GNU debugger") 99 (synopsis "The GNU debugger")
100 (description 100 (description
101 "GDB is the GNU debugger. With it, you can monitor what a program is 101 "GDB is the GNU debugger. With it, you can monitor what a program is