mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: komikku: Fix typo in patch.
This is a follow-up to d3f91786b9, which
introduced a patch to restore backwards compatibility with Python 3.11.
* gnu/packages/patches/komikku-python-3.11-compat.patch: Add missing '{' in
replacement.
This commit is contained in:
parent
6e36e2af63
commit
a440ce4567
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ index 8d77c131..ea9df5e4 100644
|
|||
|
||||
data['name'] = resp_data['title']
|
||||
- data['cover'] = f'{self.media_url}/{resp_data['cover']}'
|
||||
+ data['cover'] = f'{self.media_url}/resp_data["cover"]}'
|
||||
+ data['cover'] = f'{self.media_url}/{resp_data["cover"]}'
|
||||
|
||||
if resp_data.get('author'):
|
||||
data['authors'].append(resp_data['author'])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue