guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 994a929a659922d9f0ced403fa65c745835fa986
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu May 8 14:40:42 2025 +0800

    gnu: palapeli: Update to 25.04.0.
    
    * gnu/packages/kde-games.scm (palapeli): Update to 25.04.0.
    [inputs]: Add kiconthemes.
    
    Change-Id: I33e977940a9ddfe6d9a58a05d5d68d1bb79f7bca
---
 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 ee65c93d02..c39ecddb8d 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1020,14 +1020,14 @@ This package is part of the KDE games module.")
 (define-public palapeli
   (package
     (name "palapeli")
-    (version "24.12.3")
+    (version "25.04.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/palapeli-" version ".tar.xz"))
        (sha256
-        (base32 "0878cdqasj45m7k7xafak4b0y5q5pw4yryyxnnsiv8r6qsaki48h"))))
+        (base32 "1b26qx1xdsby0vm93c0p89ka5hyrbn0z6mknja3s5vds0apwjrz9"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))
@@ -1040,6 +1040,7 @@ This package is part of the KDE games module.")
            kcrash
            kdbusaddons
            ki18n
+           kiconthemes
            kio
            kitemviews
            knotifications

Reply via email to