diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-02-10 21:05:19 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-02-10 21:05:19 +0100 |
commit | 27c2917ac4e18ec0e1e9bb369d3e5e71ec4b5b61 (patch) | |
tree | 10460db77abaa2642412ef1e779d6d3682a96ce5 /gnu/packages/gdb.scm | |
parent | 0bba8a5cf8a089227549bcb0489628e5b08183c7 (diff) | |
parent | d7dccedc0d6352ed0fcd5cbca9fa5d8052533156 (diff) | |
download | patches-27c2917ac4e18ec0e1e9bb369d3e5e71ec4b5b61.tar patches-27c2917ac4e18ec0e1e9bb369d3e5e71ec4b5b61.tar.gz |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/gdb.scm')
-rw-r--r-- | gnu/packages/gdb.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm index 74eb0f8994..e9df33e3fc 100644 --- a/gnu/packages/gdb.scm +++ b/gnu/packages/gdb.scm @@ -37,14 +37,14 @@ (define-public gdb (package (name "gdb") - (version "8.2") + (version "8.2.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gdb/gdb-" version ".tar.xz")) (sha256 (base32 - "0fbw6j4z7kmvywwgavn7w3knp860i5i9qnjffc5p52bwkji43963")))) + "00i27xqawjv282a07i73lp1l02n0a3ywzhykma75qg500wll6sha")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; FIXME "make check" fails on single-processor systems. |