diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-28 03:28:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-28 22:35:41 +0100 |
commit | ec0b94672b2348ac1d089b04659d0dd7f9992f44 (patch) | |
tree | af5c4ef31de5ad4589efe6ed6ac4a408fb6f8154 | |
parent | 2a18b57222895b167522fcdecd7a0c37e64b5fbd (diff) | |
download | patches-ec0b94672b2348ac1d089b04659d0dd7f9992f44.tar patches-ec0b94672b2348ac1d089b04659d0dd7f9992f44.tar.gz |
gnu: libunwind: Update to 1.3.1.
* gnu/packages/libunwind.scm (libunwind): Update to 1.3.1.
-rw-r--r-- | gnu/packages/libunwind.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/libunwind.scm b/gnu/packages/libunwind.scm index 578154f70d..588b5dd314 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 <ludo@gnu.org> ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org> +;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; 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 |