guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit f05904b73593c3a61cb906111f034b10e3159f2e
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:01 2026 +0530

    gnu: gwenview: Update to 25.12.2.
    
    * gnu/packages/kde-graphics.scm (gwenview): Update to 25.12.2.
    
    Change-Id: I7a9ac0aa681109853a9648bdae384d630906c69c
---
 gnu/packages/kde-graphics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-graphics.scm b/gnu/packages/kde-graphics.scm
index 7d187d33bc..d4e13457a3 100644
--- a/gnu/packages/kde-graphics.scm
+++ b/gnu/packages/kde-graphics.scm
@@ -276,14 +276,14 @@ settings and rules that process and organize imported 
items on-the-fly.")
 (define-public gwenview
   (package
     (name "gwenview")
-    (version "25.12.0")
+    (version "25.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/gwenview-" version ".tar.xz"))
        (sha256
-        (base32 "137p1d0j67l3bnglglljjicxsj9hs62vh005mp48bwsyiib8lcng"))))
+        (base32 "1yw3wrfscnh64ad8piaqpkv1l7hjyp8845cncvrsrsb8842xfqqf"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to