GNU bug report logs -
#76387
[PATCH 0/2] gnu: partitionmanager: Update to 24.12.2.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Tue, 18 Feb 2025 05:13:02 UTC
Severity: normal
Tags: patch
Done: Z572 <z572 <at> z572.online>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 76387 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde.scm (kpmcore): Update to 24.12.2.
Change-Id: I3bb0c878392af9adc0d2b21b9ccb174d39c1896e
---
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 34b92dc961..89efc85393 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1294,7 +1294,7 @@ (define-public kosmindoormap
(define-public kpmcore
(package
(name "kpmcore")
- (version "24.05.2")
+ (version "24.12.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1302,7 +1302,7 @@ (define-public kpmcore
"/src/" name "-" version ".tar.xz"))
(sha256
(base32
- "1nrmfxs8hbba8b3ml4g9qaf0klzcm8ar052npv5lm0whx6zld1lf"))))
+ "0pdwx8rd7nxjywavhy2yjqgbvw5gf85ik7ilzfa6ifmxwkcb16n7"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))
--
2.47.1
This bug report was last modified 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.