gnu: kpmcore: Update to 24.12.1.

* gnu/packages/kde.scm (kpmcore): Update to 24.12.1.

Change-Id: Ia8ef9b31cf9f0a9751ef60739de7b42903acbc6c
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:07 +08:00
parent 91d96fb4aa
commit 7763f56ff2
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1269,7 +1269,7 @@ (define-public kosmindoormap
(define-public kpmcore
(package
(name "kpmcore")
(version "24.05.2")
(version "24.12.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -1277,7 +1277,7 @@ (define-public kpmcore
"/src/" name "-" version ".tar.xz"))
(sha256
(base32
"1nrmfxs8hbba8b3ml4g9qaf0klzcm8ar052npv5lm0whx6zld1lf"))))
"18p3q2dy2pdr300qmpm6shyz1hmv82a50f5kgj4y71ifzmdvf4wf"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))