z572 pushed a commit to branch qt-team
in repository guix.

commit a1239a2cd9b094b7ac4cdf150125373ed7d3f7e8
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Thu May 8 14:40:43 2025 +0800

    gnu: bovo: Update to 25.04.0.
    
    * gnu/packages/kde-games.scm (bovo): Update to 25.04.0.
    [inputs]: Add kiconthemes.
    
    Change-Id: I299df057c5bf70f376032550c2112c3049ca4f6e
---
 gnu/packages/kde-games.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index d0e9d833ef..d4b67f8772 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1319,14 +1319,14 @@ This package is part of the KDE games module.")
 (define-public bovo
   (package
     (name "bovo")
-    (version "24.12.3")
+    (version "25.04.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/bovo-" version ".tar.xz"))
        (sha256
-        (base32 "1fy4jpawzlkrqsyyi8m6jn7kisha5nnl8q6fhmwx0lyv033j5d4m"))))
+        (base32 "1rdx9d3pghs7a8c5dhs0j07ckgxbbap4lxj1immsl62syk3jxrd5"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))
@@ -1336,6 +1336,7 @@ This package is part of the KDE games module.")
            kcrash
            kdbusaddons
            ki18n
+           kiconthemes
            kxmlgui
            libkdegames
            qtdeclarative

Reply via email to