mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-cle: Update to 9.2.112.
* gnu/packages/python-xyz.scm (python-cle): Update to 9.2.112. [propagated-inputs]: Add python-cart. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cb79f3b1cc
commit
ceea675a09
1 changed files with 3 additions and 3 deletions
|
@ -34119,19 +34119,19 @@ (define-public python-cle
|
||||||
(package
|
(package
|
||||||
(name "python-cle")
|
(name "python-cle")
|
||||||
;; Must be the same version as python-angr.
|
;; Must be the same version as python-angr.
|
||||||
(version "9.2.46")
|
(version "9.2.112")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cle" version))
|
(uri (pypi-uri "cle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mswv9gd2p2ws7zfsshqv5ybbj27wkdwakdcknq4vsrx9ry9k4yc"))))
|
(base32 "11jbvg12wqxz74iy83ax0q8k156xrw6iqv75dix5cpqgacds3gdj"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(propagated-inputs (list python-pefile python-pyelftools python-pyvex
|
(propagated-inputs (list python-pefile python-pyelftools python-pyvex
|
||||||
python-sortedcontainers))
|
python-sortedcontainers python-cart))
|
||||||
(native-inputs (list python-cffi))
|
(native-inputs (list python-cffi))
|
||||||
(home-page "https://github.com/angr/cle")
|
(home-page "https://github.com/angr/cle")
|
||||||
(synopsis "Python loader for binaries and their associated libraries")
|
(synopsis "Python loader for binaries and their associated libraries")
|
||||||
|
|
Loading…
Reference in a new issue