[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72393] [PATCH v2 04/10] gnu: python-archinfo: Update to 9.2.112.
From: |
soeren |
Subject: |
[bug#72393] [PATCH v2 04/10] gnu: python-archinfo: Update to 9.2.112. |
Date: |
Fri, 27 Sep 2024 20:34:57 +0200 |
From: Sören Tempel <soeren@soeren-tempel.net>
* gnu/packages/emulators.scm (python-archinfo): Update to 9.2.112.
[propagated-inputs]: Add python-backports-strenum.
---
gnu/packages/emulators.scm | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 25391ffaaf..0e5b6e6fd5 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -2678,17 +2678,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?
- [bug#72393] [PATCH v2 01/10] gnu: python-ailment: Update to 9.2.112., soeren, 2024/09/27
- [bug#72393] [PATCH v2 04/10] gnu: python-archinfo: Update to 9.2.112.,
soeren <=
- [bug#72393] [PATCH v2 05/10] gnu: Add python-cart., soeren, 2024/09/27
- [bug#72393] [PATCH v2 10/10] gnu: python-angr: Update to 9.2.112., soeren, 2024/09/27
- [bug#72393] [PATCH v2 06/10] gnu: python-cle: Update to 9.2.112., soeren, 2024/09/27
- [bug#72393] [PATCH v2 03/10] gnu: Add python-backports-strenum., soeren, 2024/09/27
- [bug#72393] [PATCH v2 02/10] gnu: python-pyvex: Update to 9.2.112., soeren, 2024/09/27
- [bug#72393] [PATCH v2 07/10] gnu: python-claripy: Update to 9.2.112., soeren, 2024/09/27
- [bug#72393] [PATCH v2 08/10] gnu: Add python-pyformlang., soeren, 2024/09/27
- [bug#72393] [PATCH v2 09/10] gnu: Add python-unique-log-filter., soeren, 2024/09/27