diff options
author | Sören Tempel <soeren@soeren-tempel.net> | 2024-09-27 20:35:03 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-07 12:51:24 +0200 |
commit | 923fac07db59eb1d8a5fd2e4c055820c60c7be68 (patch) | |
tree | ada8bff83199d529079c5ef93a81d9d3a674b0ce /gnu/local.mk | |
parent | c3d21302cbd1118c8ae4fdcf85c055239b1689ab (diff) | |
download | guix-923fac07db59eb1d8a5fd2e4c055820c60c7be68.tar guix-923fac07db59eb1d8a5fd2e4c055820c60c7be68.tar.gz |
gnu: python-angr: Update to 9.2.112.
* gnu/packages/python-xyz.scm (python-angr): Update to 9.2.112.
[propagated-inputs]: Remove python-progressbar2; add python-pyformlang,
add python-rich, add python-unique-log-filter.
* gnu/packages/patches/python-angr-addition-type-error.patch:
Remove patch (merged upstream and included in new release).
* gnu/packages/patches/python-angr-check-exec-deps.patch:
Rebase for new release.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 20fc3b802d..c02fb5596b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2004,7 +2004,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-3-search-paths.patch \ %D%/packages/patches/python-3-fix-tests.patch \ %D%/packages/patches/python-3-hurd-configure.patch \ - %D%/packages/patches/python-angr-addition-type-error.patch \ %D%/packages/patches/python-angr-check-exec-deps.patch \ %D%/packages/patches/python-3-reproducible-build.patch \ %D%/packages/patches/python-aionotify-0.2.0-py3.8.patch \ |