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

commit 7cd77208b9f51846838c086d9a2b28f3150ec828
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:10:17 2025 +0530

    gnu: kpkpass: Update to 25.08.3.
    
    * gnu/packages/kde-pim.scm (kpkpass): Update to 25.08.3.
    
    Change-Id: If80a07014c20d2e6e867da7df5a9fd3cc45c091e
---
 gnu/packages/kde-pim.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 66590ad4e1..b564b51ed0 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -2204,14 +2204,14 @@ and exchanging calendar data, vCalendar and iCalendar.")
 (define-public kpkpass
   (package
     (name "kpkpass")
-    (version "25.08.2")
+    (version "25.08.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/" 
version
                                   "/src/kpkpass-" version ".tar.xz"))
               (sha256
                (base32
-                "1ws1cglanx9ql52656224w46hjbxpwimmky49i3pq16vn6wfb6a5"))))
+                "12vm7vgqwngvi4i3p23d722973j77sv3wfy0fplip46x7vrac0iq"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list karchive shared-mime-info))

Reply via email to