diff options
author | Sören Tempel <[email protected]> | 2024-09-27 20:34:55 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-10-07 12:51:23 +0200 |
commit | 242615ce3de005b0768ea8270b1123d47560cb45 (patch) | |
tree | b2a4694fd4bd60184b07e6a5fe1731f377e33257 /gnu/packages/python-xyz.scm | |
parent | 3c1d1acd7653b974f82ac65aeb238db6f98c3935 (diff) |
gnu: python-pyvex: Update to 9.2.112.
* gnu/packages/python-xyz.scm (python-pyvex): Update to 9.2.112.
* gnu/packages/patches/python-pyvex-remove-angr-dependency.patch:
Remove patch (merged upstream and included in new release).
Signed-off-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c4b5709007..e5449539a7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -34115,14 +34115,13 @@ it was loader by the operating system's loader.") (package (name "python-pyvex") ;; Must be the same version as python-angr. - (version "9.2.46") + (version "9.2.112") (source (origin (method url-fetch) - (patches (search-patches "python-pyvex-remove-angr-dependency.patch")) (uri (pypi-uri "pyvex" version)) (sha256 - (base32 "1v64rn7gxy6fg065bgsy38z6r494k5ri5r6sn4g08hjj32ihx1ka")))) + (base32 "0z1jiflp7h07mfc26am3v7v5z2n6mw9hkfylbs86qgpm93qcf6i3")))) (build-system pyproject-build-system) (arguments (list |