guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 00cbbd177e7d2d38ef8365b49ef9045b3e595d54
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:15 2026 +0530
gnu: kholidays: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kholidays): Update to 6.23.0.
Change-Id: If14913d6ec2e31168aa5be8d9f27e13da490b6db
---
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 2818e0eaea..3675d918ec 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1137,7 +1137,7 @@ interfaces in the areas of colors, fonts, text, images,
keyboard input.")
(define-public kholidays
(package
(name "kholidays")
- (version "6.22.0")
+ (version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1145,7 +1145,7 @@ interfaces in the areas of colors, fonts, text, images,
keyboard input.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32
"1456w3jg7354qiphqnij9izpmzr0rvgac67sbciaxifn2g3z3drr"))))
+ (base32
"0wafckbsc770rx7gnav2bb507c552a9jbslp2gnpxi05cp59mjal"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules qttools))
(inputs (list qtbase qtdeclarative))