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


From: Efraim Flashner
Subject: 01/01: gnu: gdb: Update to 7.10.1.
Date: Sun, 06 Dec 2015 14:04:33 +0000

efraim pushed a commit to branch master
in repository guix.

commit ff21fa8b63f0fa43cfb8138e77649dca263c71bf
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 6 15:57:33 2015 +0200

    gnu: gdb: Update to 7.10.1.
    
    * gnu/packages/gdb.scm (gdb): Update to 7.10.1.
---
 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 f17b398..81d6a89 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2015 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -36,14 +37,14 @@
 (define-public gdb
   (package
     (name "gdb")
-    (version "7.10")
+    (version "7.10.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/gdb/gdb-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "1a08c9svaihqmz2mm44il1gwa810gmwkckns8b0y0v3qz52amgby"))))
+               "1mfnjcwnwm5cg4rc9pncs9v356a0bz6ymjyac56mbj6784yjzir5"))))
     (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]