diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2018-01-24 18:11:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2018-01-26 00:09:19 +0100 |
commit | 2062eae76f89665a2ec12aab3dd1a2196547fd63 (patch) | |
tree | 14d2cbd487a4d481c8c8aa825e5609b1e2d3c82a | |
parent | 980bcecdab738304d171829e27b0a7521bdc2213 (diff) |
gnu: elfutils: Update to 0.170.
* gnu/packages/elf.scm (elfutils): Update to 0.170.
-rw-r--r-- | gnu/packages/elf.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm index c81976a479..5cdf9cafa3 100644 --- a/gnu/packages/elf.scm +++ b/gnu/packages/elf.scm @@ -4,6 +4,7 @@ ;;; Copyright © 2015 Andreas Enge <[email protected]> ;;; Copyright © 2017 Efraim Flashner <[email protected]> ;;; Copyright © 2017 Leo Famulari <[email protected]> +;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -32,14 +33,14 @@ (define-public elfutils (package (name "elfutils") - (version "0.169") + (version "0.170") (source (origin (method url-fetch) (uri (string-append "https://sourceware.org/elfutils/ftp/" version "/elfutils-" version ".tar.bz2")) (sha256 (base32 - "1hiv1yqig3292dwqhrwsxwk3qjalxp5fpl8yphwbfwh8ng3zl4ll")) + "0rp0r54z44is49c594qy7hr211nhb00aa5y7z74vsybbaxslg10z")) (patches (search-patches "elfutils-tests-ptrace.patch")))) (build-system gnu-build-system) |