1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-13 21:44:07 +02:00

gnu: kpmcore: Update to 25.12.2.

* gnu/packages/kde-systemtools.scm (kpmcore): Update to 25.12.2.

Change-Id: Ide8867abda0d155fede2cfd7d2a44b255e94df31
This commit is contained in:
Sughosha
2026-02-08 23:59:26 +05:30
committed by Andreas Enge
parent b9f0b902d5
commit b6b86cb8ce
+2 -2
View File
@@ -288,7 +288,7 @@ document meta data file.")
(define-public kpmcore
(package
(name "kpmcore")
(version "25.12.0")
(version "25.12.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -296,7 +296,7 @@ document meta data file.")
"/src/" name "-" version ".tar.xz"))
(sha256
(base32
"1k6fwhhfgziihvp0jfkwpnwrncfx711mamhwzv0c7mrvn0pgr77n"))))
"0cs9ggdw7xwpxs6xyfxzbq4ayl1gvprsvy414dnxzclm615zw81j"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))