gnu: kwalletmanager: Update to 24.12.1.

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

Change-Id: Icb04daa6b081ea5693447bfce57cda51a9e517a3
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:00 +08:00
parent 963ecbd3ff
commit 178ef64fe1
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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