diff options
| author | Sören Tempel <soeren@soeren-tempel.net> | 2024-09-27 20:34:57 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-07 12:51:24 +0200 |
| commit | ac908ebd9fa7274b9c13e3b0262d21e5cf19fb7d (patch) | |
| tree | 46e0232d7d4d881da5082be23620a9f52432e31d /gnu/packages/emulators.scm | |
| parent | 7118e5fe6f4ef35b972f98fd1bacc2583e87b561 (diff) | |
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>
Diffstat (limited to 'gnu/packages/emulators.scm')
| -rw-r--r-- | gnu/packages/emulators.scm | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 937ddea1632..d1a9ab5b509 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm | |||
| @@ -3875,17 +3875,26 @@ Python 3.11 for Python >=3.8.6.") | |||
| 3875 | (package | 3875 | (package |
| 3876 | (name "python-archinfo") | 3876 | (name "python-archinfo") |
| 3877 | ;; Must be the same version as python-angr. | 3877 | ;; Must be the same version as python-angr. |
| 3878 | (version "9.2.46") | 3878 | (version "9.2.112") |
| 3879 | (source | 3879 | (source |
| 3880 | (origin | 3880 | (origin |
| 3881 | (method url-fetch) | 3881 | (method url-fetch) |
| 3882 | (uri (pypi-uri "archinfo" version)) | 3882 | (uri (pypi-uri "archinfo" version)) |
| 3883 | (sha256 | 3883 | (sha256 |
| 3884 | (base32 "037xfq3wcf8ngayxz9623l4646m780v2102mfbygpzbkkjha1966")))) | 3884 | (base32 "011n9vrrsbqbnw2i38ls7f0xkd85kxcnn14fm4lhxjpi91p7hshb")))) |
| 3885 | (build-system pyproject-build-system) | 3885 | (build-system pyproject-build-system) |
| 3886 | (propagated-inputs (list python-capstone python-keystone-engine)) | 3886 | (propagated-inputs |
| 3887 | (list | ||
| 3888 | python-backports-strenum | ||
| 3889 | python-capstone | ||
| 3890 | python-keystone-engine)) | ||
| 3887 | (arguments | 3891 | (arguments |
| 3888 | `(#:phases (modify-phases %standard-phases | 3892 | `(#:phases (modify-phases %standard-phases |
| 3893 | (add-after 'unpack 'patch | ||
| 3894 | (lambda _ | ||
| 3895 | (substitute* "setup.cfg" | ||
| 3896 | (("backports.strenum") | ||
| 3897 | "backports_strenum")))) | ||
| 3889 | (replace 'check | 3898 | (replace 'check |
| 3890 | (lambda* (#:key tests? #:allow-other-keys) | 3899 | (lambda* (#:key tests? #:allow-other-keys) |
| 3891 | (when tests? | 3900 | (when tests? |
