gnu: kpkpass: Update to 24.12.1.

* gnu/packages/kde-pim.scm (kpkpass): Update to 24.12.1.

Change-Id: Iceea3ee9773c83570ef923e98ed717a735b35787
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:49 +08:00 committed by Zheng Junjie
parent 766e530e2a
commit 33cbe5a0ee
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1850,14 +1850,14 @@ Virtual Contact File}) files to the KPeople contact management library.")
(define-public kpkpass
(package
(name "kpkpass")
(version "24.05.2")
(version "24.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kpkpass-" version ".tar.xz"))
(sha256
(base32
"1cqpmag3n58nzcbyb1rkkvwx9lzff1l8nawbqz2g1gqk2diny0wx"))))
"1hrqzy8rc51sixkmkfl8zvqpynyv7zb8sfjlbxslnjrib9p9i2vx"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list karchive shared-mime-info))