[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/33: gnu: elfutils: Update to 0.183.
From: |
guix-commits |
Subject: |
13/33: gnu: elfutils: Update to 0.183. |
Date: |
Sun, 9 May 2021 17:50:11 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 1d807513963995584364d01be83de67e6bc8f3bf
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Mar 24 22:49:34 2021 +0100
gnu: elfutils: Update to 0.183.
* gnu/packages/elf.scm (elfutils): Update to 0.183.
---
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 aab9126..13691ff 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -47,14 +47,14 @@
(define-public elfutils
(package
(name "elfutils")
- (version "0.182")
+ (version "0.183")
(source (origin
(method url-fetch)
(uri (string-append "https://sourceware.org/elfutils/ftp/"
version "/elfutils-" version ".tar.bz2"))
(sha256
(base32
- "0n48dcadjy0wiilddzav2zaxdi30qkkfp160gw5mycyz9s8hdi7c"))
+ "1igjfia9x8h6fmh9nbl8mpz0i24my5iixrji99qmi79hilh7qqy3"))
(patches (search-patches "elfutils-tests-ptrace.patch"))))
(build-system gnu-build-system)
- branch core-updates updated (a605ef3 -> 23666a9), guix-commits, 2021/05/09
- 01/33: gnu: cross-kernel-headers: Fix build., guix-commits, 2021/05/09
- 04/33: gnu: cURL: Update to 7.76.1., guix-commits, 2021/05/09
- 02/33: Merge branch 'master' into core-updates, guix-commits, 2021/05/09
- 03/33: gnu: Remove obsolete patches., guix-commits, 2021/05/09
- 07/33: gnu: MariaDB: Incorporate grafted changes., guix-commits, 2021/05/09
- 10/33: gnu: python-urllib3: Remove replacement package., guix-commits, 2021/05/09
- 11/33: gnu: glib: Disable SELinux support., guix-commits, 2021/05/09
- 14/33: gnu: elfutils: Omit static libraries., guix-commits, 2021/05/09
- 12/33: gnu: Python: Update to 3.9.5., guix-commits, 2021/05/09
- 13/33: gnu: elfutils: Update to 0.183.,
guix-commits <=
- 05/33: gnu: c-ares: Remove replacement package., guix-commits, 2021/05/09
- 06/33: gnu: unzip: Incorporate grafted changes., guix-commits, 2021/05/09
- 08/33: gnu: OpenLDAP: Remove replacement package., guix-commits, 2021/05/09
- 09/33: gnu: PostgreSQL: Remove replacement package., guix-commits, 2021/05/09
- 17/33: gnu: perl: Update to 5.32.1., guix-commits, 2021/05/09
- 24/33: gnu: expat: Update to 2.3.0., guix-commits, 2021/05/09
- 18/33: gnu: linux-libre-headers: Update to 5.10.35., guix-commits, 2021/05/09
- 21/33: gnu: mit-krb5: Update to 1.19.1., guix-commits, 2021/05/09
- 28/33: gnu: libcap: Update to 2.49., guix-commits, 2021/05/09
- 29/33: gnu: kmod: Update to 28., guix-commits, 2021/05/09