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.29.2.


From: guix-commits
Subject: branch master updated: gnu: komikku: Update to 0.29.2.
Date: Mon, 14 Jun 2021 07:09:30 -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 d3ff6e5  gnu: komikku: Update to 0.29.2.
d3ff6e5 is described below

commit d3ff6e5d1b38aa47b276be1fb7963c93faa40806
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Mon Jun 14 13:07:34 2021 +0200

    gnu: komikku: Update to 0.29.2.
    
    * gnu/packages/gnome.scm (komikku): Update to 0.29.2.
    [inputs]: Add python-cloudscraper.
---
 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 5c899cd..0927e7d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11998,7 +11998,7 @@ integrated profiler via Sysprof, debugging support, and 
more.")
 (define-public komikku
   (package
     (name "komikku")
-    (version "0.29.1")
+    (version "0.29.2")
     (source
      (origin
        (method git-fetch)
@@ -12008,7 +12008,7 @@ integrated profiler via Sysprof, debugging support, and 
more.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0cl1j28cmbwnfcbsqjqd466aysn71hdwzbrwy0jk0hfzyk0kjqi7"))))
+         "0g1whk0y3k1cy6ix20gz226ww1vzpb9hinn5d24z6j38mdgqqa5l"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -12041,6 +12041,7 @@ integrated profiler via Sysprof, debugging support, and 
more.")
        ("libsecret" ,libsecret)
        ("python-beautifulsoup4" ,python-beautifulsoup4)
        ("python-brotli" ,python-brotli)
+       ("python-cloudscraper" ,python-cloudscraper)
        ("python-dateparser" ,python-dateparser)
        ("python-keyring" ,python-keyring)
        ("python-lxml" ,python-lxml)



reply via email to

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