[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/25: gnu: elfutils: Update to 0.187.
From: |
guix-commits |
Subject: |
13/25: gnu: elfutils: Update to 0.187. |
Date: |
Sat, 23 Jul 2022 13:44:49 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 1a97959b22668af999ebc79c3ddc1664420eadd4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jul 21 02:07:43 2022 +0200
gnu: elfutils: Update to 0.187.
* gnu/packages/elf.scm (elfutils): Update to 0.187.
---
gnu/packages/elf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index 414d6a2856..3fa0f3f90c 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -49,14 +49,14 @@
(define-public elfutils
(package
(name "elfutils")
- (version "0.183")
+ (version "0.187")
(source (origin
(method url-fetch)
(uri (string-append "https://sourceware.org/elfutils/ftp/"
version "/elfutils-" version ".tar.bz2"))
(sha256
(base32
- "1igjfia9x8h6fmh9nbl8mpz0i24my5iixrji99qmi79hilh7qqy3"))
+ "1j2lsicm3dkj5n6spszr9qy5rqm48bqimmz03x6hry8hwvxhs2z7"))
(patches (search-patches "elfutils-tests-ptrace.patch"))))
(build-system gnu-build-system)
- 20/25: gnu: gpgme: Update to 1.17.1., (continued)
- 20/25: gnu: gpgme: Update to 1.17.1., guix-commits, 2022/07/23
- 11/25: gnu: cyrus-sasl: Fix indentation., guix-commits, 2022/07/23
- 03/25: gnu: automake: Remove input labels., guix-commits, 2022/07/23
- 02/25: gnu: automake: Update to 1.16.5., guix-commits, 2022/07/23
- 04/25: gnu: autoconf: Remove input labels., guix-commits, 2022/07/23
- 17/25: gnu: source-highlight: Fix build with newer GCC., guix-commits, 2022/07/23
- 18/25: gnu: gdk-pixbuf: Update to 2.42.8., guix-commits, 2022/07/23
- 21/25: gnu: python-markupsafe: Update to 2.1.1., guix-commits, 2022/07/23
- 25/25: gnu: pcsc-lite: Add missing Python input., guix-commits, 2022/07/23
- 12/25: gnu: cyrus-sasl: Do not propagate Kerberos., guix-commits, 2022/07/23
- 13/25: gnu: elfutils: Update to 0.187.,
guix-commits <=
- 16/25: gnu: glib: Build with Elfutils instead of libelf., guix-commits, 2022/07/23
- 19/25: gnu: mesa: Build with the default LLVM., guix-commits, 2022/07/23
- 23/25: gnu: python-cffi: Disable tests that fail with newer glibc., guix-commits, 2022/07/23
- 24/25: gnu: libwpd: Fix build with newer GCC., guix-commits, 2022/07/23
- 15/25: gnu: GCC: Build with Elfutils instead of libelf., guix-commits, 2022/07/23
- 22/25: gnu: python-mako: Update to 1.2.1., guix-commits, 2022/07/23
- 14/25: gnu: elfutils: Explicitly depend on xz., guix-commits, 2022/07/23
- 10/25: gnu: cyrus-sasl: Update to 2.1.28., guix-commits, 2022/07/23