diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-21 15:34:30 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-21 18:22:00 +0100 |
| commit | ef8a2a0c01756ccd67564f1f49b6dd04502511c8 (patch) | |
| tree | b5d21eb878b2da43f9a296ace0db1a6d081255bf /gnu/packages/python-xyz.scm | |
| parent | 772b2bb850d3a5a051e5e1ec8dddd10ae34c5e22 (diff) | |
gnu: python-pyelftools: Update to 0.32.
* gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.32.
Change-Id: I757e516402803e00d3bf9382972337e073db14a4
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files 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 |
