guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: libunwind: Update to 1.3.1.


From: guix-commits
Subject: 03/04: gnu: libunwind: Update to 1.3.1.
Date: Thu, 28 Feb 2019 16:36:02 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ec0b94672b2348ac1d089b04659d0dd7f9992f44
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 28 03:28:40 2019 +0100

    gnu: libunwind: Update to 1.3.1.
    
    * gnu/packages/libunwind.scm (libunwind): Update to 1.3.1.
---
 gnu/packages/libunwind.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libunwind.scm b/gnu/packages/libunwind.scm
index 578154f..588b5dd 100644
--- a/gnu/packages/libunwind.scm
+++ b/gnu/packages/libunwind.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013, 2014 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -27,14 +28,14 @@
 (define-public libunwind
   (package
     (name "libunwind")
-    (version "1.2.1")
+    (version "1.3.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://savannah/libunwind/libunwind-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1jsslwkilwrsj959dc8b479qildawz67r8m4lzxm7glcwa8cngiz"))))
+               "1y0l08k6ak1mqbfj6accf9s5686kljwgsl4vcqpxzk5n74wpm6a3"))))
     (build-system gnu-build-system)
     (arguments
      ;; FIXME: As of glibc 2.25, we get 1 out of 34 test failures (2 are



reply via email to

[Prev in Thread] Current Thread [Next in Thread]