guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit d163947570cabec85c076834eb1f645bfc40ea4e
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:09:26 2025 +0530
gnu: picmi: Update to 25.08.3.
* gnu/packages/kde-games.scm (picmi): Update to 25.08.3.
Change-Id: I8c60a6492998fa0cfbde2d114a92a064994a6d8c
---
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 9f3236d356..2dff41ad0a 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.2")
+ (version "25.08.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/picmi-" version ".tar.xz"))
(sha256
- (base32 "07xj7qv2208vkrr83njvjm8dgqhw48s6v7wn8s7j7z6fnvf9v2hq"))))
+ (base32 "0w59d3kvaj13078317ylbxx6isnfxalb0vwkbbig2w6kp23w0p6x"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs