mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-pyelftools: Update to 0.29.
* gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.29.
This commit is contained in:
parent
c4a836f65d
commit
a919a16898
1 changed files with 2 additions and 2 deletions
|
@ -20514,7 +20514,7 @@ (define-public python-setproctitle
|
|||
(define-public python-pyelftools
|
||||
(package
|
||||
(name "python-pyelftools")
|
||||
(version "0.28")
|
||||
(version "0.29")
|
||||
(home-page "https://github.com/eliben/pyelftools")
|
||||
(source
|
||||
(origin
|
||||
|
@ -20523,7 +20523,7 @@ (define-public python-pyelftools
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1z4fx39c9rds0bd4d2fjjq7n05b1nfxl36pmy523x8knm38l4gpr"))
|
||||
(base32 "1mi7i9zlhkkap4q50ciak57ia46mj2jzq0713m3dh0x8j05k9xml"))
|
||||
(snippet
|
||||
;; Delete bundled readelf executable.
|
||||
'(delete-file "test/external_tools/readelf"))))
|
||||
|
|
Loading…
Reference in a new issue