guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 637497434bf15ff339c01ef19f4f79bf775d727e
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:36:58 2025 +0530
gnu: kholidays: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (kholidays): Update to 6.18.0.
Change-Id: Ib98786a581d0865e93b525240421d020f450c4c8
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 74f3603b8c..4403da3185 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1150,7 +1150,7 @@ interfaces in the areas of colors, fonts, text, images,
keyboard input.")
(define-public kholidays
(package
(name "kholidays")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1158,7 +1158,7 @@ interfaces in the areas of colors, fonts, text, images,
keyboard input.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32
"0085vmw8cskb0vmg54wzdzfsp6kvqvh05cjkhkw61hq8plsrq0jp"))))
+ (base32
"0l91kyz7l02py1vjhsklgp54cjv2w6hgac6pdmlkljgfk0nqkp29"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules qttools))
(inputs (list qtbase qtdeclarative))