GNU bug report logs - #62926
[PATCH] gnu: komikku: Update to 1.17.0.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Tue, 18 Apr 2023 11:29:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: bug#62926: closed (Re: [bug#62926] [PATCH] gnu: komikku: Update
 to 1.17.0.)
Date: Fri, 21 Apr 2023 09:08:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62926: [PATCH] gnu: komikku: Update to 1.17.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62926 <at> debbugs.gnu.org.

-- 
62926: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62926
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 62926-done <at> debbugs.gnu.org
Subject: Re: [bug#62926] [PATCH] gnu: komikku: Update to 1.17.0.
Date: Fri, 21 Apr 2023 11:07:02 +0200
Hello,

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> This fixes a version incompatibility with WebkitGTK.
>
> * gnu/packages/gnome.scm (komikku): Update to 1.17.0.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: komikku: Update to 1.17.0.
Date: Tue, 18 Apr 2023 13:25:01 +0200
This fixes a version incompatibility with WebkitGTK.

* gnu/packages/gnome.scm (komikku): Update to 1.17.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f651459631..fe8e504442 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13299,7 +13299,7 @@ (define-public gnome-builder
 (define-public komikku
   (package
     (name "komikku")
-    (version "1.15.0")
+    (version "1.17.0")
     (source
      (origin
        (method git-fetch)
@@ -13309,7 +13309,7 @@ (define-public komikku
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0yd4274qxpv0wg1lm6daip2nd135qq07pfl5wrm2rqlzs5mvqs3n"))))
+         "0snb6vdgb3l2mw0kr0yb4zjpq46w56rpi554vqn5ks6qwywvs58g"))))
     (build-system meson-build-system)
     (arguments
      (list
-- 
2.39.2




This bug report was last modified 2 years and 116 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.