me
/
guix
Archived
1
0
Fork 0

gnu: elfutils: Update to 0.187.

* gnu/packages/elf.scm (elfutils): Update to 0.187.
master
Marius Bakke 2022-07-21 02:07:43 +02:00
parent 0de5e6d653
commit 1a97959b22
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)