guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: gdb: Update to 8.2.1.


From: guix-commits
Subject: 14/15: gnu: gdb: Update to 8.2.1.
Date: Sun, 10 Feb 2019 15:14:32 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 9220651d43c5dd945a6ec5e21eb04b00222ebc1c
Author: Marius Bakke <address@hidden>
Date:   Sun Feb 10 19:05:30 2019 +0100

    gnu: gdb: Update to 8.2.1.
    
    * gnu/packages/gdb.scm (gdb): Update to 8.2.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 74eb0f8..e9df33e 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -37,14 +37,14 @@
 (define-public gdb
   (package
     (name "gdb")
-    (version "8.2")
+    (version "8.2.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/gdb/gdb-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0fbw6j4z7kmvywwgavn7w3knp860i5i9qnjffc5p52bwkji43963"))))
+               "00i27xqawjv282a07i73lp1l02n0a3ywzhykma75qg500wll6sha"))))
     (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]