diff options
| author | Sören Tempel <soeren@soeren-tempel.net> | 2025-05-28 09:21:55 +0200 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-06-08 01:32:58 +0800 |
| commit | f0c6e840dd909e59ac0e765ffa8d2e85aa6ebf49 (patch) | |
| tree | 5414b8a12b81590f9a73aadffd33639759db2c97 /gnu/packages/python-xyz.scm | |
| parent | f7f244f5d91e76054d8c974582f853bc08f9dbe4 (diff) | |
gnu: python-angr: Use unicorn-2.0.
* gnu/packages/python-xyz.scm (python-angr)[inputs]: Replace unicorn with
unicorn-2.0.
Change-Id: Idcd8a5ce16e73350dd668e4a4cb9145a87257717
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8a34fa9d78..0375d0d6c7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -36112,7 +36112,7 @@ mangled symbols, which can be used for directly extracting type information.") python-sqlalchemy python-sympy python-unique-log-filter - unicorn)) + unicorn-2.0)) (native-inputs `(("python-pytest" ,python-pytest) ("python-pytest-xdist" ,python-pytest-xdist) ("python-setuptools" ,python-setuptools) |
