guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 53b858b23389d17f9924da2be4eb93cc498db7d0
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:14 2025 +0530

    gnu: picmi: Update to 25.12.0.
    
    * gnu/packages/kde-games.scm (picmi): Update to 25.12.0.
    
    Change-Id: I2de3b971cdc9b976d35edfdce74963a4aea2c783
---
 gnu/packages/kde-games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 5ca5b29514..160afb3fe9 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -186,14 +186,14 @@ This package is part of the KDE games module.")
 (define-public picmi
   (package
     (name "picmi")
-    (version "25.08.3")
+    (version "25.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/picmi-" version ".tar.xz"))
        (sha256
-        (base32 "0w59d3kvaj13078317ylbxx6isnfxalb0vwkbbig2w6kp23w0p6x"))))
+        (base32 "066p47hdslfrwk9mdq6j6kk63y72caa699fanyckrjh91crj08p9"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs

Reply via email to