gnu: patchelf: Update to 0.18.0.

* gnu/packages/elf.scm (patchelf): Update to 0.18.0.

Change-Id: I094841b6cbd9ac2eb9dcab132e28be5c3acb3cb4
This commit is contained in:
Maxim Cournoyer 2024-01-20 23:31:36 -05:00 committed by Ludovic Courtès
parent 61f1947c08
commit 112fd4617e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -276,7 +276,7 @@ (define-public libelf
(define-public patchelf
(package
(name "patchelf")
(version "0.17.2")
(version "0.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -285,7 +285,7 @@ (define-public patchelf
"/patchelf-" version ".tar.bz2"))
(sha256
(base32
"1qnql97ghbb7nhv9zpm4ip0cqj05xyyxk391jv0j5r3jc0vymqms"))))
"02s7ap86rx6yagfh9xwp96sgsj0p6hp99vhiq9wn4mxshakv4lhr"))))
(build-system gnu-build-system)
(arguments
'(#:phases