diff options
| author | Michael Rohleder <mike@rohleder.de> | 2020-07-21 19:32:50 +0200 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2020-07-22 01:39:22 +0200 |
| commit | 337333c2567bdf767fdc8e04520c4bc0c8b33784 (patch) | |
| tree | 28789864573f4d9ab7b0fd200a1413e07c23a0ca /gnu/packages/elf.scm | |
| parent | 327c1d3abdda58d9ead95bcdba6bfa1f0cdf3110 (diff) | |
gnu: patchelf: Update to 0.11.
* gnu/packages/elf.scm (patchelf): Update to 0.11.
Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/packages/elf.scm')
| -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 3aabc6e927b..48558d5f147 100644 --- a/gnu/packages/elf.scm +++ b/gnu/packages/elf.scm | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> | 7 | ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> |
| 8 | ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com> | 8 | ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com> |
| 9 | ;;; Copyright © 2020 Mark Wielaard <mark@klomp.org> | 9 | ;;; Copyright © 2020 Mark Wielaard <mark@klomp.org> |
| 10 | ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> | ||
| 10 | ;;; | 11 | ;;; |
| 11 | ;;; This file is part of GNU Guix. | 12 | ;;; This file is part of GNU Guix. |
| 12 | ;;; | 13 | ;;; |
| @@ -214,7 +215,7 @@ static analysis of the ELF binaries at hand.") | |||
| 214 | (define-public patchelf | 215 | (define-public patchelf |
| 215 | (package | 216 | (package |
| 216 | (name "patchelf") | 217 | (name "patchelf") |
| 217 | (version "0.10") | 218 | (version "0.11") |
| 218 | (source (origin | 219 | (source (origin |
| 219 | (method url-fetch) | 220 | (method url-fetch) |
| 220 | (uri (string-append | 221 | (uri (string-append |
| @@ -223,7 +224,7 @@ static analysis of the ELF binaries at hand.") | |||
| 223 | "/patchelf-" version ".tar.bz2")) | 224 | "/patchelf-" version ".tar.bz2")) |
| 224 | (sha256 | 225 | (sha256 |
| 225 | (base32 | 226 | (base32 |
| 226 | "1wzwvnlyf853hw9zgqq5522bvf8gqadk8icgqa41a5n7593csw7n")))) | 227 | "16ms3ijcihb88j3x6cl8cbvhia72afmfcphczb9cfwr0gbc22chx")))) |
| 227 | (build-system gnu-build-system) | 228 | (build-system gnu-build-system) |
| 228 | (arguments | 229 | (arguments |
| 229 | '(#:phases | 230 | '(#:phases |
