guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/19: gnu: komikku: Update to 1.17.0.


From: guix-commits
Subject: 09/19: gnu: komikku: Update to 1.17.0.
Date: Fri, 21 Apr 2023 04:56:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b7747824d879925048dfb8522f917bab803f261c
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Tue Apr 18 13:25:01 2023 +0200

    gnu: komikku: Update to 1.17.0.
    
    This fixes a version incompatibility with WebkitGTK.
    
    * gnu/packages/gnome.scm (komikku): Update to 1.17.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 @@ profiler via Sysprof, debugging support, and more.")
 (define-public komikku
   (package
     (name "komikku")
-    (version "1.15.0")
+    (version "1.17.0")
     (source
      (origin
        (method git-fetch)
@@ -13309,7 +13309,7 @@ profiler via Sysprof, debugging support, and more.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0yd4274qxpv0wg1lm6daip2nd135qq07pfl5wrm2rqlzs5mvqs3n"))))
+         "0snb6vdgb3l2mw0kr0yb4zjpq46w56rpi554vqn5ks6qwywvs58g"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]