guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: libunwind: Update to 1.5.0.


From: guix-commits
Subject: 04/09: gnu: libunwind: Update to 1.5.0.
Date: Wed, 20 Jan 2021 04:20:39 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b2477b5c4f8fc7ddd8ed6275351f0a2075e576b0
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Jan 18 21:32:40 2021 +0100

    gnu: libunwind: Update to 1.5.0.
    
    * gnu/packages/libunwind.scm (libunwind): Update to 1.5.0.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/libunwind.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libunwind.scm b/gnu/packages/libunwind.scm
index 588b5dd..9eaf26f 100644
--- a/gnu/packages/libunwind.scm
+++ b/gnu/packages/libunwind.scm
@@ -28,14 +28,14 @@
 (define-public libunwind
   (package
     (name "libunwind")
-    (version "1.3.1")
+    (version "1.5.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://savannah/libunwind/libunwind-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1y0l08k6ak1mqbfj6accf9s5686kljwgsl4vcqpxzk5n74wpm6a3"))))
+               "05qhzcg1xag3l5m3c805np6k342gc0f3g087b7g16jidv59pccwh"))))
     (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]