guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7958e1abb1de652e960903eee92d11198abeee96
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu May 8 14:40:38 2025 +0800

    gnu: picmi: Update to 25.04.0.
    
    * gnu/packages/kde-games.scm (picmi): Update to 25.04.0.
    [inputs]: Add kiconthemes.
    
    Change-Id: If330594f9133b294c262971470cd8246c0cc92d9
---
 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 23c97c6530..26f1741172 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -96,14 +96,14 @@ This package is part of the KDE games module.")
 (define-public picmi
   (package
     (name "picmi")
-    (version "24.12.3")
+    (version "25.04.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/picmi-" version ".tar.xz"))
        (sha256
-        (base32 "0sks50c9gfhvwb4mghi1b1hnrrnqqv0y4hjwhqgrmqgcg1ddbk16"))))
+        (base32 "1s2841rii2zdv6dg7987rgli28gczjsrglq19wxzg78gshhhjdbg"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs
@@ -114,6 +114,7 @@ This package is part of the KDE games module.")
            kdbusaddons
            kdeclarative
            ki18n
+           kiconthemes
            kio
            knewstuff
            kxmlgui

Reply via email to