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.1.


From: Mark H. Weaver
Subject: 01/01: gnu: gdb: Update to 7.9.1.
Date: Sat, 16 May 2015 01:42:36 +0000

mhw pushed a commit to branch master
in repository guix.

commit 64572282b73f09564c423bccaaaa744c03088ca8
Author: Mark H Weaver <address@hidden>
Date:   Fri May 15 21:38:48 2015 -0400

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