[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: patchelf: Update to 0.11.
From: |
guix-commits |
Subject: |
12/12: gnu: patchelf: Update to 0.11. |
Date: |
Tue, 21 Jul 2020 17:57:08 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 20cc8f9487e949ed2d314219cc828c3663d4f12b
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Tue Jul 21 19:32:50 2020 +0200
gnu: patchelf: Update to 0.11.
* gnu/packages/elf.scm (patchelf): Update to 0.11.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
gnu/packages/elf.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 3aabc6e..48558d5 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -7,6 +7,7 @@
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Mark Wielaard <mark@klomp.org>
+;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -214,7 +215,7 @@ static analysis of the ELF binaries at hand.")
(define-public patchelf
(package
(name "patchelf")
- (version "0.10")
+ (version "0.11")
(source (origin
(method url-fetch)
(uri (string-append
@@ -223,7 +224,7 @@ static analysis of the ELF binaries at hand.")
"/patchelf-" version ".tar.bz2"))
(sha256
(base32
- "1wzwvnlyf853hw9zgqq5522bvf8gqadk8icgqa41a5n7593csw7n"))))
+ "16ms3ijcihb88j3x6cl8cbvhia72afmfcphczb9cfwr0gbc22chx"))))
(build-system gnu-build-system)
(arguments
'(#:phases
- 01/12: gnu: bubblewrap: Build with Python 3., (continued)
- 01/12: gnu: bubblewrap: Build with Python 3., guix-commits, 2020/07/21
- 02/12: gnu: xorg-server: Update to 1.20.8., guix-commits, 2020/07/21
- 04/12: services: ganeti: Fix erroneous gexp., guix-commits, 2020/07/21
- 05/12: gnu: libvnc: Update to 0.9.13., guix-commits, 2020/07/21
- 03/12: gnu: OpenSC: Update to 0.20.0 [security fixes]., guix-commits, 2020/07/21
- 08/12: gnu: Add intel-xed., guix-commits, 2020/07/21
- 06/12: gnu: twm: Update to 1.0.11., guix-commits, 2020/07/21
- 07/12: gnu: nsd: Update to 4.3.1., guix-commits, 2020/07/21
- 09/12: gnu: Add remid-lv2., guix-commits, 2020/07/21
- 11/12: gnu: git-annex: Update to 8.20200720.1., guix-commits, 2020/07/21
- 12/12: gnu: patchelf: Update to 0.11.,
guix-commits <=
- 10/12: gnu: Add chaiscript., guix-commits, 2020/07/21