This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a440ce4567 gnu: komikku: Fix typo in patch.
a440ce4567 is described below

commit a440ce45676eb96b3cfbcc01a498345e3905b769
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Mon Aug 18 22:40:01 2025 +0200

    gnu: komikku: Fix typo in patch.
    
    This is a follow-up to d3f91786b9fbba9b85ee2ba4aa0efe747ed3d50e, 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.
---
 gnu/packages/patches/komikku-python-3.11-compat.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/patches/komikku-python-3.11-compat.patch 
b/gnu/packages/patches/komikku-python-3.11-compat.patch
index cf129e8cd1..927de1075e 100644
--- a/gnu/packages/patches/komikku-python-3.11-compat.patch
+++ b/gnu/packages/patches/komikku-python-3.11-compat.patch
@@ -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'])

Reply via email to