guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gdb: Update to 7.10.


From: Ludovic Courtès
Subject: 02/04: gnu: gdb: Update to 7.10.
Date: Wed, 09 Sep 2015 21:27:30 +0000

civodul pushed a commit to branch master
in repository guix.

commit c0a1ea2c7581e10f14077cc176fc553b26ddfd26
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 9 23:06:41 2015 +0200

    gnu: gdb: Update to 7.10.
    
    * gnu/packages/gdb.scm (gdb): Update to 7.10.
---
 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 9c0b3ea..165f410 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -36,14 +36,14 @@
 (define-public gdb
   (package
     (name "gdb")
-    (version "7.9.1")
+    (version "7.10")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/gdb/gdb-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0h5sfg4ndhb8q4fxbq0hdxfjp35n6ih96f6x8yvb418s84x5976d"))))
+               "1a08c9svaihqmz2mm44il1gwa810gmwkckns8b0y0v3qz52amgby"))))
     (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]