guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

65/75: gnu: patchelf: Update to 0.18.0.


From: guix-commits
Subject: 65/75: gnu: patchelf: Update to 0.18.0.
Date: Sun, 21 Jan 2024 13:21:50 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 9c1211cf658af8d5265fc6a3b1c2aa92bf8375f3
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 20 23:31:36 2024 -0500

    gnu: patchelf: Update to 0.18.0.
    
    * gnu/packages/elf.scm (patchelf): Update to 0.18.0.
    
    Change-Id: I094841b6cbd9ac2eb9dcab132e28be5c3acb3cb4
---
 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 f199ee5e4d..688aeed076 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -276,7 +276,7 @@ static analysis of the ELF binaries at hand.")
 (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 @@ static analysis of the ELF binaries at hand.")
                    "/patchelf-" version ".tar.bz2"))
              (sha256
               (base32
-               "1qnql97ghbb7nhv9zpm4ip0cqj05xyyxk391jv0j5r3jc0vymqms"))))
+               "02s7ap86rx6yagfh9xwp96sgsj0p6hp99vhiq9wn4mxshakv4lhr"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]