guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gdb: Update to 7.9.


From: Mark H. Weaver
Subject: 01/01: gnu: gdb: Update to 7.9.
Date: Mon, 02 Mar 2015 00:35:40 +0000

mhw pushed a commit to branch master
in repository guix.

commit 5245251eaa47e95814b6ce4ef5ffa535adf2ad3c
Author: Mark H Weaver <address@hidden>
Date:   Sun Mar 1 19:35:25 2015 -0500

    gnu: gdb: Update to 7.9.
    
    * gnu/packages/gdb.scm (gdb): Update to 7.9.
---
 gnu/packages/gdb.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 617ca17..018f564 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -35,14 +36,14 @@
 (define-public gdb
   (package
     (name "gdb")
-    (version "7.8.2")
+    (version "7.9")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/gdb/gdb-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "11a4fj1vpsny71kz7xqqbqk3kgzbs5cfjj3z9gm0hpvxfkam8nb0"))))
+               "14l3hhsy7fmpn2dk7ivc67gnbjdhkxlq90kxijpzfa35l58mcccv"))))
     (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]