guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: gdb: Update to 8.1.1.


From: Ludovic Courtès
Subject: 01/05: gnu: gdb: Update to 8.1.1.
Date: Fri, 24 Aug 2018 12:06:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bf0bb925ea055496086fe0df48fc88977a5cc2cc
Author: Ludovic Courtès <address@hidden>
Date:   Fri Aug 24 17:50:52 2018 +0200

    gnu: gdb: Update to 8.1.1.
    
    * gnu/packages/gdb.scm (gdb): Update to 8.1.1.
---
 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 36ccb79..f0c4c8b 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -37,14 +37,14 @@
 (define-public gdb
   (package
     (name "gdb")
-    (version "8.1")
+    (version "8.1.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/gdb/gdb-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0d2bpqk58fqlx21rbnk8mbcjlggzc9kb5sjirrfrrrjq70ka0qdg"))))
+               "0g6hv9xk12aa58w77fydaldqr9a6b0a6bnwsq87jfc6lkcbc7p4p"))))
     (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]