guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: gdb: Update to 8.2.


From: Ludovic Courtès
Subject: 03/05: gnu: gdb: Update to 8.2.
Date: Fri, 7 Sep 2018 11:59:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6b4f99102c4e3f57cc657c14ff196b211654f88b
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 7 17:38:08 2018 +0200

    gnu: gdb: Update to 8.2.
    
    * gnu/packages/gdb.scm (gdb): Update to 8.2.
---
 gnu/packages/gdb.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index f0c4c8b..74eb0f8 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -37,14 +37,14 @@
 (define-public gdb
   (package
     (name "gdb")
-    (version "8.1.1")
+    (version "8.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/gdb/gdb-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0g6hv9xk12aa58w77fydaldqr9a6b0a6bnwsq87jfc6lkcbc7p4p"))))
+               "0fbw6j4z7kmvywwgavn7w3knp860i5i9qnjffc5p52bwkji43963"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; FIXME "make check" fails on single-processor systems.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]