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:
Liliana Marie Prikler 2025-08-18 22:40:01 +02:00
parent 6e36e2af63
commit a440ce4567
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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'])