gnu: python-archinfo: Update to 9.2.112.

* gnu/packages/emulators.scm (python-archinfo): Update to 9.2.112.
[propagated-inputs]: Add python-backports-strenum.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Sören Tempel 2024-09-27 20:34:57 +02:00 committed by Ludovic Courtès
parent 7118e5fe6f
commit ac908ebd9f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3875,17 +3875,26 @@ (define-public python-archinfo
(package
(name "python-archinfo")
;; Must be the same version as python-angr.
(version "9.2.46")
(version "9.2.112")
(source
(origin
(method url-fetch)
(uri (pypi-uri "archinfo" version))
(sha256
(base32 "037xfq3wcf8ngayxz9623l4646m780v2102mfbygpzbkkjha1966"))))
(base32 "011n9vrrsbqbnw2i38ls7f0xkd85kxcnn14fm4lhxjpi91p7hshb"))))
(build-system pyproject-build-system)
(propagated-inputs (list python-capstone python-keystone-engine))
(propagated-inputs
(list
python-backports-strenum
python-capstone
python-keystone-engine))
(arguments
`(#:phases (modify-phases %standard-phases
(add-after 'unpack 'patch
(lambda _
(substitute* "setup.cfg"
(("backports.strenum")
"backports_strenum"))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?