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

commit 0b8ba1e2215dfffc2a59587d626092a243ec459b
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:19 2025 +0800

    gnu: xdg-desktop-portal-kde: Update to 6.2.5.
    
    * gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): Update to 6.2.5.
    [inputs]: Add kcrash.
    
    Change-Id: I5cdfa8955cc81072c296444292fa373672720735
---
 gnu/packages/freedesktop.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 4501541e7d..21c06623ba 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3491,14 +3491,14 @@ interfaces.")
 (define-public xdg-desktop-portal-kde
   (package
     (name "xdg-desktop-portal-kde")
-    (version "6.1.4")
+    (version "6.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1cm7vh179dvb4jrd70ifsgpkrnfk9imzb65cg76g5znmhvyibjiq"))))
+                "1w9sc8a4a3h3604x6vakhbiqibcwxiqpcd4kvq540cy4gmpvz1hy"))))
     (build-system qt-build-system)
     (arguments (list
                 #:tests? #f ;; colorschemetest test fail, because require dbus.
@@ -3510,6 +3510,7 @@ interfaces.")
     (inputs (list cups
                   kcoreaddons
                   kconfig
+                  kcrash
                   ki18n
                   kdeclarative
                   kio

Reply via email to