gnu: kwalletmanager: Update to 25.08.1.

* gnu/packages/kde-systemtools.scm (kwalletmanager): Update to 25.08.1.

Change-Id: I2a114caf3f75fef21a3f15b0a8682315b468eb05
This commit is contained in:
Sughosha 2025-09-18 16:49:32 +05:30 committed by Zheng Junjie
parent 88aa4e9e2c
commit 65c30b7b8a
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -346,14 +346,14 @@ This package is part of the KDE administration module.")
(define-public kwalletmanager
(package
(name "kwalletmanager")
(version "24.12.1")
(version "25.08.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kwalletmanager-" version ".tar.xz"))
(sha256
(base32 "17mb07a8s2x2qlazfjwaqi7329w9894fy03saqa6jx61lfas7g8y"))))
(base32 "014799qlyk9nz459niqr39xpgwmli0knm34iwyljmidbd9sf4lnd"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))