guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: komikku: Update to 0.30.0.


From: guix-commits
Subject: branch master updated: gnu: komikku: Update to 0.30.0.
Date: Fri, 06 Aug 2021 14:27:23 -0400

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

leoprikler pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 95ead71  gnu: komikku: Update to 0.30.0.
95ead71 is described below

commit 95ead719a35db0d49a609d1274e5615886d0a9e2
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Fri Aug 6 20:25:11 2021 +0200

    gnu: komikku: Update to 0.30.0.
    
    * gnu/packages/gnome.scm (komikku): Update to 0.30.0.
    [inputs]: Add python-natsort.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 54ae54d..5cf3bf3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12006,7 +12006,7 @@ integrated profiler via Sysprof, debugging support, and 
more.")
 (define-public komikku
   (package
     (name "komikku")
-    (version "0.29.2")
+    (version "0.30.0")
     (source
      (origin
        (method git-fetch)
@@ -12016,7 +12016,7 @@ integrated profiler via Sysprof, debugging support, and 
more.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0g1whk0y3k1cy6ix20gz226ww1vzpb9hinn5d24z6j38mdgqqa5l"))))
+         "1l6iqxa497fisn64mn2qgia4y6zryfa5pbnd8609flfi9qmgrzn7"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -12054,6 +12054,7 @@ integrated profiler via Sysprof, debugging support, and 
more.")
        ("python-keyring" ,python-keyring)
        ("python-lxml" ,python-lxml)
        ("python-magic" ,python-magic)
+       ("python-natsort" ,python-natsort)
        ("python-pillow" ,python-pillow)
        ("python-pure-protobuf" ,python-pure-protobuf)
        ("python-pycairo" ,python-pycairo)



reply via email to

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