guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit cd53fff69fac561be2c712de7448addc198d2313
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 28 14:17:20 2025 +0800
gnu: kpmcore: Update to 25.04.3.
* gnu/packages/kde.scm (kpmcore): Update to 25.04.3.
Change-Id: I9573c5c982a8aa01c3a7a977d319ae966bee379e
---
gnu/packages/kde.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 3e96f343db..4cb6ef65b9 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1390,7 +1390,7 @@ multi-floor indoor maps.")
(define-public kpmcore
(package
(name "kpmcore")
- (version "24.12.3")
+ (version "25.04.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1398,7 +1398,7 @@ multi-floor indoor maps.")
"/src/" name "-" version ".tar.xz"))
(sha256
(base32
- "19xfaqj7i8mi5iwkh8n5d5h3m15bny0mzg2skpgbjdlmzc773iga"))))
+ "15ccyi1i2khvdw92sxbprxvvk61lpcv7dvsdlsja9rx1iw3fj8kc"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))