1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Liliana Marie Prikler
2025-08-18 22:40:01 +02:00
parent 6e36e2af63
commit a440ce4567

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