guix_mirror_bot pushed a commit to branch master in repository guix. commit ef8a2a0c01756ccd67564f1f49b6dd04502511c8 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Sat Jun 21 15:34:30 2025 +0100
gnu: python-pyelftools: Update to 0.32. * gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.32. Change-Id: I757e516402803e00d3bf9382972337e073db14a4 --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index db47ec3007..1843ecea47 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24858,7 +24858,7 @@ OpenSSH Server for example.") (define-public python-pyelftools (package (name "python-pyelftools") - (version "0.30") + (version "0.32") (source (origin (method git-fetch) @@ -24867,7 +24867,7 @@ OpenSSH Server for example.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0gk47mq5cqv6qz35aydn67wma5m70gv5f9f6pg38zny6vsfavmq3")) + (base32 "0wx18rj5hcra45ck407vfvg46rs1qcj3qjhfkprf6264zs6z1i77")) (snippet #~(begin ;; Delete bundled readelf and llvm-dwardump executables. Project